Table of Contents

Class ChildProxyHelper

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class ChildProxyHelper : Object, IObject, INotifyPropertyChanged, IDisposable, ChildProxy, IHandle, GTypeProvider
Inheritance
ChildProxyHelper
Implements
Inherited Members

Constructors

ChildProxyHelper(IntPtr, bool)

public ChildProxyHelper(IntPtr handle, bool ownedRef)

Parameters

handle IntPtr
ownedRef bool

Methods

ChildAdded(Object, string)

public void ChildAdded(Object child, string name)

Parameters

child Object
name string

ChildRemoved(Object, string)

public void ChildRemoved(Object child, string name)

Parameters

child Object
name string

GetChildByIndex(uint)

public Object? GetChildByIndex(uint index)

Parameters

index uint

Returns

Object

GetChildByName(string)

public Object? GetChildByName(string name)

Parameters

name string

Returns

Object

GetChildByNameRecurse(string)

[Version("1.22")]
public Object? GetChildByNameRecurse(string name)

Parameters

name string

Returns

Object

GetChildrenCount()

public uint GetChildrenCount()

Returns

uint

GetGType()

public static Type GetGType()

Returns

Type

GetValist(string, IntPtr)

public void GetValist(string firstPropertyName, IntPtr varArgs)

Parameters

firstPropertyName string
varArgs IntPtr

SetProperty(string, Value)

public void SetProperty(string name, Value value)

Parameters

name string
value Value

SetValist(string, IntPtr)

public void SetValist(string firstPropertyName, IntPtr varArgs)

Parameters

firstPropertyName string
varArgs IntPtr