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 nint GetFromPosition()

Returns

nint

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetMatrix()

public nint GetMatrix()

Returns

nint

GetMeta()

public MetaData GetMeta()

Returns

MetaData

GetToChannels()

public int GetToChannels()

Returns

int

GetToPosition()

public nint GetToPosition()

Returns

nint

SetFromChannels(int)

public void SetFromChannels(int value)

Parameters

value int

SetFromPosition(nint)

public void SetFromPosition(nint value)

Parameters

value nint

SetMatrix(nint)

public void SetMatrix(nint value)

Parameters

value nint

SetMeta(MetaData)

public void SetMeta(MetaData value)

Parameters

value MetaData

SetToChannels(int)

public void SetToChannels(int value)

Parameters

value int

SetToPosition(nint)

public void SetToPosition(nint value)

Parameters

value nint