Table of Contents

Class AudioDownmixMetaHandle

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

Constructors

AudioDownmixMetaHandle(bool)

protected AudioDownmixMetaHandle(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(AudioDownmixMetaHandle?)

public bool Equals(AudioDownmixMetaHandle? other)

Parameters

other AudioDownmixMetaHandle

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.

GetFromChannels()

public int GetFromChannels()

Returns

int

GetFromPosition()

public IntPtr GetFromPosition()

Returns

IntPtr

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetMatrix()

public IntPtr GetMatrix()

Returns

IntPtr

GetMeta()

public MetaData GetMeta()

Returns

MetaData

GetToChannels()

public int GetToChannels()

Returns

int

GetToPosition()

public IntPtr GetToPosition()

Returns

IntPtr

SetFromChannels(int)

public void SetFromChannels(int value)

Parameters

value int

SetFromPosition(IntPtr)

public void SetFromPosition(IntPtr value)

Parameters

value IntPtr

SetMatrix(IntPtr)

public void SetMatrix(IntPtr value)

Parameters

value IntPtr

SetMeta(MetaData)

public void SetMeta(MetaData value)

Parameters

value MetaData

SetToChannels(int)

public void SetToChannels(int value)

Parameters

value int

SetToPosition(IntPtr)

public void SetToPosition(IntPtr value)

Parameters

value IntPtr