Class GhostPad
- Namespace
- Gst
- Assembly
- Gst-1.0.dll
public class GhostPad : ProxyPad, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
GhostPad
- Implements
- Inherited Members
Constructors
GhostPad(params ConstructArgument[])
public GhostPad(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
GhostPad(GhostPadHandle)
public GhostPad(GhostPadHandle handle)
Parameters
handleGhostPadHandle
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
namestringtargetPadtemplPadTemplate
Returns
NewNoTarget(string?, PadDirection)
public static GhostPad? NewNoTarget(string? name, PadDirection dir)
Parameters
namestringdirPadDirection
Returns
NewNoTargetFromTemplate(string?, PadTemplate)
public static GhostPad? NewNoTargetFromTemplate(string? name, PadTemplate templ)
Parameters
namestringtemplPadTemplate
Returns
SetTarget(Pad?)
public bool SetTarget(Pad? newtarget)
Parameters
newtargetPad