Click or drag to resize
WaveOutputChannelMask Property
Gets or sets the channel mask present in the multichannel stream. Audio interleave channel numbers start from lowest to highest value in channel mask bit-flags. (Stereo: Interleave 0 -> Left (0x1), Interleave 1 -> Right (0x2))

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public AudioChannel ChannelMask { get; set; }

Property Value

Type: AudioChannel
Default value is Speaker_Default for default arrangement.
See Also