Class ColorBalanceChannel
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public class ColorBalanceChannel : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
ColorBalanceChannel
- Implements
- Inherited Members
Constructors
ColorBalanceChannel(params ConstructArgument[])
[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public ColorBalanceChannel(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
ColorBalanceChannel(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected ColorBalanceChannel(CreationData data)
Parameters
dataCreationData
ColorBalanceChannel(ColorBalanceChannelHandle)
protected ColorBalanceChannel(ColorBalanceChannelHandle handle)
Parameters
handleColorBalanceChannelHandle
Fields
ValueChangedSignal
Signal Descriptor for OnValueChanged.
public static readonly Signal<ColorBalanceChannel, ColorBalanceChannel.ValueChangedSignalArgs> ValueChangedSignal
Field Value
Methods
GetGType()
public static Type GetGType()
Returns
NewFromPointer(nint, bool)
Creates a new managed ColorBalanceChannel instance for a given pointer.
public static ColorBalanceChannel NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new ColorBalanceChannel and sets the properties specified by the construct arguments.
public static ColorBalanceChannel NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
Events
OnValueChanged
public event SignalHandler<ColorBalanceChannel, ColorBalanceChannel.ValueChangedSignalArgs> OnValueChanged