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

Namespace: StreamCoders.Encoder
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