Caps.EmulateDriver Property |
Language: |
Retrieves whether the Device object does not have a Microsoft DirectSound driver installed.
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
System.Boolean
This property is read-only.
Value that is set to true if the Device object does not have a DirectSound driver installed; otherwise, false.
If this property is true, the Device object is being emulated through the waveform-audio functions. Performance degradation should be expected.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center