WaveFormatExtensibleChannels Property |
Gets or sets the number of channels in the data.
Mono 1
Stereo 2
Dual 2 (2 Mono channels)
Namespace: StreamCoders.Adaptive.CommonAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public short Channels { get; set; }
Public Property Channels As Short
Get
Set
public:
property short Channels {
short get ();
void set (short value);
}
member Channels : int16 with get, set
Property Value
Type:
Int16See Also