Table of Contents

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

constructArguments ConstructArgument[]

ColorBalanceChannel(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected ColorBalanceChannel(CreationData data)

Parameters

data CreationData

ColorBalanceChannel(ColorBalanceChannelHandle)

protected ColorBalanceChannel(ColorBalanceChannelHandle handle)

Parameters

handle ColorBalanceChannelHandle

Fields

ValueChangedSignal

Signal Descriptor for OnValueChanged.

public static readonly Signal<ColorBalanceChannel, ColorBalanceChannel.ValueChangedSignalArgs> ValueChangedSignal

Field Value

Signal<ColorBalanceChannel, ColorBalanceChannel.ValueChangedSignalArgs>

Methods

GetGType()

public static Type GetGType()

Returns

Type

NewFromPointer(nint, bool)

Creates a new managed ColorBalanceChannel instance for a given pointer.

public static ColorBalanceChannel NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

ColorBalanceChannel

NewWithProperties(ConstructArgument[])

Creates a new ColorBalanceChannel and sets the properties specified by the construct arguments.

public static ColorBalanceChannel NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

ColorBalanceChannel

Events

OnValueChanged

public event SignalHandler<ColorBalanceChannel, ColorBalanceChannel.ValueChangedSignalArgs> OnValueChanged

Event Type

SignalHandler<ColorBalanceChannel, ColorBalanceChannel.ValueChangedSignalArgs>