AudioConfigChannels Property |
Gets the number of channels of the audio data. Currently only 1 channel is supported.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int Channels { get; set; }
Public Property Channels As Integer
Get
Set
public:
property int Channels {
int get ();
void set (int value);
}
member Channels : int with get, set
Property Value
Type:
Int32
Default: 1.
See Also