ChildProxyT.childGetProperty

Gets a single property using the GstChildProxy mechanism. You are responsible for freeing it by calling g_value_unset()

template ChildProxyT(TStruct)
void
childGetProperty
(
string name
,)

Parameters

name string

name of the property

value Value

a #GValue that should take the result.

Meta