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.5226.26700

Syntax

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

Parameters

ZeroBasedDeviceIndex
Type: System..::.Int32
A reference to a user supplied wave out capability class variable.
WaveOutCapabilities
Type: LanScape..::.VoipMediaEngine..::.LS_WAVEOUTCAPS
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