ToneGeneratorChannels Property |
Number of channels on the PCM stream. Currently this value has to be 1.
Namespace: StreamCoders.SignalsAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int Channels { get; }
Public ReadOnly Property Channels As Integer
Get
public:
property int Channels {
int get ();
}
member Channels : int with get
Property Value
Type:
Int32
The channels.
See Also