LanScape VOIP Media Engine
GetDigitalAudioOutputDevice
The GetDigitalAudioOutputDevice procedure allows the application software to obtain the device capabilities for the specified audio output device.
BOOL GetDigitalAudioOutputDevice(
int ZeroBasedDeviceIndex,
LS_WAVEOUTCAPS *pWAVEOUTCAPS
);
Parameters:
ZeroBasedDeviceIndex
[in] The zero based index of the audio output device.
pWAVEOUTCAPS
[out] A pointer to a user supplied wave out capability structure. See the LS_WAVEOUTCAPS structure.
Return Value:
If the function succeeds, the return value will be non zero and the wave in caps structure will contain information for the input device.
If the function fails, the return value will be zero.