The GetDigitalAudioOutputDevice procedure allows the application software to obtain the device capabilities for the specified audio output device.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.3657.27784

Syntax

C#
public bool GetDigitalAudioOutputDevice(
	int ZeroBasedDeviceIndex,
	VoipMediaEngine..::.WAVEOUTCAPS_MM WaveOutCapabilities
)
Visual Basic (Declaration)
Public Function GetDigitalAudioOutputDevice ( _
	ZeroBasedDeviceIndex As Integer, _
	WaveOutCapabilities As VoipMediaEngine..::.WAVEOUTCAPS_MM _
) As Boolean
Visual C++
public:
bool GetDigitalAudioOutputDevice(
	int ZeroBasedDeviceIndex, 
	VoipMediaEngine..::.WAVEOUTCAPS_MM^ WaveOutCapabilities
)
J#
public boolean GetDigitalAudioOutputDevice(
	int ZeroBasedDeviceIndex,
	VoipMediaEngine..::.WAVEOUTCAPS_MM WaveOutCapabilities
)

Parameters

ZeroBasedDeviceIndex
Type: System..::.Int32
A reference to a user supplied wave out capability class variable.
WaveOutCapabilities
Type: LanScape..::.VoipMediaEngine..::.WAVEOUTCAPS_MM
XXX

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.

Remarks

None.

See Also