Click or drag to resize
SpeechEncoderInputBitsPerSample Property
Set the size of each sample in bits of the input stream. Default: 16.

Namespace: StreamCoders.Encoder
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public int InputBitsPerSample { get; set; }

Property Value

Type: Int32
The input bits per sample.
See Also