Table of Contents

Class AudioDownmixMeta

Namespace
GstAudio
Assembly
GstAudio-1.0.dll
public sealed class AudioDownmixMeta
Inheritance
AudioDownmixMeta
Inherited Members

Constructors

AudioDownmixMeta()

public AudioDownmixMeta()

AudioDownmixMeta(AudioDownmixMetaOwnedHandle)

public AudioDownmixMeta(AudioDownmixMetaOwnedHandle handle)

Parameters

handle AudioDownmixMetaOwnedHandle

Properties

FromChannels

public int FromChannels { get; set; }

Property Value

int

FromPosition

public IntPtr FromPosition { get; set; }

Property Value

IntPtr

Handle

public AudioDownmixMetaOwnedHandle Handle { get; }

Property Value

AudioDownmixMetaOwnedHandle

Matrix

public IntPtr Matrix { get; set; }

Property Value

IntPtr

ToChannels

public int ToChannels { get; set; }

Property Value

int

ToPosition

public IntPtr ToPosition { get; set; }

Property Value

IntPtr

Methods

Equals(AudioDownmixMeta?)

public bool Equals(AudioDownmixMeta? other)

Parameters

other AudioDownmixMeta

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetInfo()

public static MetaInfo GetInfo()

Returns

MetaInfo