Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves whether the Device object does not have a Microsoft DirectSound driver installed.
Definition
Visual Basic Public ReadOnly Property EmulateDriver As Boolean C# public bool EmulateDriver { get; } C++ public:
property bool EmulateDriver {
bool get();
}JScript public function get EmulateDriver() : boolean
Property Value
System.Boolean
Value that is set to true if the Device object does not have a DirectSound driver installed; otherwise, false.This property is read-only.
Remarks
If this property is true, the Device object is being emulated through the waveform-audio functions. Performance degradation should be expected.