Click or drag to resize
WaveOutputFindDeviceByName Method
Find audio Device provided its name.

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public AudioDeviceInfo FindDeviceByName(
	string deviceName
)

Parameters

deviceName
Type: SystemString
[in,out] The name of the audio device.

Return Value

Type: AudioDeviceInfo
If successful returns AudioDeviceInfo class, otherwise null.
See Also