SpeechEncoderCompatibilityMode Property |
Gets the Compatibility Mode.
Namespace: StreamCoders.EncoderAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool CompatibilityMode { get; set; }
Public Property CompatibilityMode As Boolean
Get
Set
public:
property bool CompatibilityMode {
bool get ();
void set (bool value);
}
member CompatibilityMode : bool with 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