Class ControlBinding
- Namespace
- Gst
- Assembly
- Gst-1.0.dll
public class ControlBinding : Object, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
ControlBinding
- Implements
- Inherited Members
Constructors
ControlBinding(params ConstructArgument[])
public ControlBinding(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
ControlBinding(ControlBindingHandle)
public ControlBinding(ControlBindingHandle handle)
Parameters
handle
ControlBindingHandle
Fields
NamePropertyDefinition
public static readonly Property<string?, ControlBinding> NamePropertyDefinition
Field Value
ObjectPropertyDefinition
public static readonly Property<Object?, ControlBinding> ObjectPropertyDefinition
Field Value
Properties
Name
public string? Name { get; }
Property Value
Object
public Object? Object { get; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
GetGValueArray(ClockTime, ClockTime, Value[])
public bool GetGValueArray(ClockTime timestamp, ClockTime interval, Value[] values)
Parameters
Returns
GetValue(ClockTime)
public Value? GetValue(ClockTime timestamp)
Parameters
timestamp
ClockTime
Returns
IsDisabled()
public bool IsDisabled()
Returns
SetDisabled(bool)
public void SetDisabled(bool disabled)
Parameters
disabled
bool
SyncValues(Object, ClockTime, ClockTime)
public bool SyncValues(Object @object, ClockTime timestamp, ClockTime lastSync)