Click or drag to resize

AudioRecorderGetDeviceDefaultIndex Method

Get the default input device index. This works when the mode of the recorder is on WASAPI.

Namespace:  CSAudioRecorder
Assembly:  CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public int GetDeviceDefaultIndex(
	Mode mode = Mode.WasapiLoopbackCapture
)

Parameters

mode (Optional)
Type: CSAudioRecorderMode

Return Value

Type: Int32
See Also