Click or drag to resize

AudioRecorderGetDevices Method

Get the all audio devices that installed on the local machine according to the capture mode.

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

Parameters

mode (Optional)
Type: CSAudioRecorderMode

Return Value

Type: ObservableCollectionString
See Also