EnableOutputDevice method |
|
Remarks
Enables/disables an output device in order to allow recording on half-duplex devices.
Normal sound cards work in full-duplex, allowing input and output channels working at the same time: some other device used for dictation purposes, like some model of Philips SpeechMike™ devices, work in half duplex so, before starting a recording session, there is the need to disable their sound output functionality through a call to this method with the bEnable parameter set to false; once the recording session has been completed their sound output functionality can be enabled again through a call to this method with the bEnable parameter set to true.
The total number of available output devices can be obtained using the GetOutputDevicesCount method and their friendly description can be obtained using the GetOutputDeviceDesc method.
Syntax
Return value
|