DTMFGeneratorBitsPerSample Property |
Bits per sample of the PCM stream. Currently this value has to be 16.
Namespace: StreamCoders.SignalsAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int BitsPerSample { get; }
Public ReadOnly Property BitsPerSample As Integer
Get
public:
property int BitsPerSample {
int get ();
}
member BitsPerSample : int with get
Property Value
Type:
Int32
The bits per sample.
See Also