Click or drag to resize
SpeechEncoderCompatibilityMode Property
Gets the Compatibility Mode.

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

Property Value

Type: Boolean
Some functions are designed to throw exception if incompatible parameters are passed. If set to true, then exceptions will be thrown, otherwise the parameters will be accepted/discarded.
Remarks
Default value is true
See Also