Click or drag to resize
SpeechDecoderMaximumInputDataLength Property
Set/Get the maximum size of the input data in bytes that can be decoded at once.

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

Property Value

Type: Int32
The length of the maximum input data.
Remarks
Must be set before initializing encoder.
See Also