Class GhostPad
- Namespace
- Gst
- Assembly
- Gst-1.0.dll
public class GhostPad : ProxyPad, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
GhostPad
- Implements
- Inherited Members
Constructors
GhostPad()
public GhostPad()
GhostPad(params ConstructArgument[])
protected GhostPad(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
GhostPad(IntPtr, bool)
protected GhostPad(IntPtr ptr, bool ownedRef)
Parameters
Methods
ActivateModeDefault(Pad, Object?, PadMode, bool)
public static bool ActivateModeDefault(Pad pad, Object? parent, PadMode mode, bool active)
Parameters
Returns
Construct()
public bool Construct()
Returns
GetGType()
public static Type GetGType()
Returns
GetTarget()
public Pad? GetTarget()
Returns
InternalActivateModeDefault(Pad, Object?, PadMode, bool)
public static bool InternalActivateModeDefault(Pad pad, Object? parent, PadMode mode, bool active)
Parameters
Returns
New(string?, Pad)
public static GhostPad? New(string? name, Pad target)
Parameters
Returns
NewFromTemplate(string?, Pad, PadTemplate)
public static GhostPad? NewFromTemplate(string? name, Pad target, PadTemplate templ)
Parameters
name
stringtarget
Padtempl
PadTemplate
Returns
NewNoTarget(string?, PadDirection)
public static GhostPad? NewNoTarget(string? name, PadDirection dir)
Parameters
name
stringdir
PadDirection
Returns
NewNoTargetFromTemplate(string?, PadTemplate)
public static GhostPad? NewNoTargetFromTemplate(string? name, PadTemplate templ)
Parameters
name
stringtempl
PadTemplate
Returns
SetTarget(Pad?)
public bool SetTarget(Pad? newtarget)
Parameters
newtarget
Pad