Click or drag to resize
WaveOutputOpenDevice Method (String)
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(
	string DeviceName
)

Parameters

DeviceName
Type: SystemString
[in,out] Name of device to open.

Return Value

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