Table of Contents

Class ColorBalanceInterfaceHandle

Namespace
GstVideo.Internal
Assembly
GstVideo-1.0.dll
public abstract class ColorBalanceInterfaceHandle : SafeHandle, IDisposable
Inheritance
ColorBalanceInterfaceHandle
Implements
Derived
Inherited Members

Constructors

ColorBalanceInterfaceHandle(bool)

protected ColorBalanceInterfaceHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(ColorBalanceInterfaceHandle?)

public bool Equals(ColorBalanceInterfaceHandle? other)

Parameters

other ColorBalanceInterfaceHandle

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetGetBalanceType()

public ColorBalanceInterfaceData.GetBalanceTypeCallback GetGetBalanceType()

Returns

ColorBalanceInterfaceData.GetBalanceTypeCallback

GetGetValue()

public ColorBalanceInterfaceData.GetValueCallback GetGetValue()

Returns

ColorBalanceInterfaceData.GetValueCallback

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetIface()

public TypeInterfaceData GetIface()

Returns

TypeInterfaceData

GetListChannels()

public ColorBalanceInterfaceData.ListChannelsCallback GetListChannels()

Returns

ColorBalanceInterfaceData.ListChannelsCallback

GetSetValue()

public ColorBalanceInterfaceData.SetValueCallback GetSetValue()

Returns

ColorBalanceInterfaceData.SetValueCallback

GetValueChanged()

public ColorBalanceInterfaceData.ValueChangedCallback GetValueChanged()

Returns

ColorBalanceInterfaceData.ValueChangedCallback