Class AudioChannelMixer
- Namespace
- GstAudio
- Assembly
- GstAudio-1.0.dll
public sealed class AudioChannelMixer
- Inheritance
-
AudioChannelMixer
- Inherited Members
Constructors
AudioChannelMixer(AudioChannelMixerOwnedHandle)
public AudioChannelMixer(AudioChannelMixerOwnedHandle handle)
Parameters
handleAudioChannelMixerOwnedHandle
Properties
Handle
public AudioChannelMixerOwnedHandle Handle { get; }
Property Value
Methods
Equals(AudioChannelMixer?)
public bool Equals(AudioChannelMixer? other)
Parameters
otherAudioChannelMixer
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
Free()
public void Free()
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
IsPassthrough()
public bool IsPassthrough()
Returns
NewWithMatrix(AudioChannelMixerFlags, AudioFormat, int, int, ref float)
[Version("1.14")]
public static AudioChannelMixer NewWithMatrix(AudioChannelMixerFlags flags, AudioFormat format, int inChannels, int outChannels, ref float matrix)
Parameters
flagsAudioChannelMixerFlagsformatAudioFormatinChannelsintoutChannelsintmatrixfloat
Returns
Samples(nint, nint, int)
public void Samples(nint @in, nint @out, int samples)