|
WaveFormatChunkChannels Property
|
Gets or sets number of audio channels in the
WaveFile.
Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.205-beta
Syntax public short Channels { get; set; }
Public Property Channels As Short
Get
Set
member Channels : int16 with get, set
function get_Channels();
function set_Channels(value);
View SourceProperty Value
Int16Remarks
This property defines the number of channels (e.g., mono = 1, stereo = 2, etc.) defined
in each sample block. See
DataChannels enumeration for more details.
See Also