SpeechEncoderInputBitsPerSample Property |
Set the size of each sample in bits of the input stream. Default: 16.
Namespace: StreamCoders.EncoderAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int InputBitsPerSample { get; set; }
Public Property InputBitsPerSample As Integer
Get
Set
public:
property int InputBitsPerSample {
int get ();
void set (int value);
}
member InputBitsPerSample : int with get, set
Property Value
Type:
Int32
The input bits per sample.
See Also