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
FromPosition
public IntPtr FromPosition { get; set; }
Property Value
Handle
public AudioDownmixMetaOwnedHandle Handle { get; }
Property Value
Matrix
public IntPtr Matrix { get; set; }
Property Value
ToChannels
public int ToChannels { get; set; }
Property Value
ToPosition
public IntPtr ToPosition { get; set; }
Property Value
Methods
Equals(AudioDownmixMeta?)
public bool Equals(AudioDownmixMeta? other)
Parameters
other
AudioDownmixMeta
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
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()