| SpeechDecoderMaximumInputDataLength Property  | 
	Set/Get the maximum size of the input data in bytes that can be decoded at once.
	
 
Namespace: StreamCoders.DecoderAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int MaximumInputDataLength { get; set; }Public Property MaximumInputDataLength As Integer
	Get
	Set
public:
property int MaximumInputDataLength {
	int get ();
	void set (int value);
}member MaximumInputDataLength : int with get, set
Property Value
Type: 
Int32
	The length of the maximum input data.
Remarks
	Must be set before initializing encoder.
See Also