Click or drag to resize

ScreenRecorderGetDevices Method

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

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

Parameters

mode (Optional)
Type: CSAudioRecorderMode

Return Value

Type: ObservableCollectionString
See Also