Click or drag to resize
WaveOutputOpenDevice Method (AudioDeviceInfo)
Opens an audio output device.

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool OpenDevice(
	AudioDeviceInfo DeviceInfo
)

Parameters

DeviceInfo
Type: StreamCoders.DevicesAudioDeviceInfo
[in,out] AudioDeviceInfo describing audio device.

Return Value

Type: Boolean
Returns true on success, otherwise false.
See Also