Table of Contents

Class ProxyPad

Namespace
Gst
Assembly
Gst-1.0.dll
public class ProxyPad : Pad, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
ProxyPad
Implements
Derived
Inherited Members

Constructors

ProxyPad()

public ProxyPad()

ProxyPad(params ConstructArgument[])

protected ProxyPad(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

ProxyPad(IntPtr, bool)

protected ProxyPad(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

ChainDefault(Pad, Object?, Buffer)

public static FlowReturn ChainDefault(Pad pad, Object? parent, Buffer buffer)

Parameters

pad Pad
parent Object
buffer Buffer

Returns

FlowReturn

ChainListDefault(Pad, Object?, BufferList)

public static FlowReturn ChainListDefault(Pad pad, Object? parent, BufferList list)

Parameters

pad Pad
parent Object
list BufferList

Returns

FlowReturn

GetGType()

public static Type GetGType()

Returns

Type

GetInternal()

public ProxyPad? GetInternal()

Returns

ProxyPad

IterateInternalLinksDefault(Pad, Object?)

public static Iterator? IterateInternalLinksDefault(Pad pad, Object? parent)

Parameters

pad Pad
parent Object

Returns

Iterator