Click or drag to resize

AudioCDPlayerGetDevices Method (Mode)

Get all the output devices that installed on the local system.

Namespace:  CSAudioCDPlayer
Assembly:  CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public ObservableCollection<string> GetDevices(
	Mode mode = Mode.WasapiOut
)

Parameters

mode (Optional)
Type: CSAudioCDPlayerMode

Return Value

Type: ObservableCollectionString
See Also