Click or drag to resize

AudioPlayerGetDevices Method

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

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

Parameters

mode (Optional)
Type: CSAudioPlayerMode

Return Value

Type: ObservableCollectionString
See Also