Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The DisableAudio method disables the audio output device.
Syntax
ObjMSVidCtl.DisableAudio()
Parameters
This method takes no parameters.
Error Codes
If the method fails, an error is raised and Err.Number is set to a value other than zero.
Remarks
This method sets the MSVidCtl.AudioRendererActive property to Nothing.
See Also