Click or drag to resize

AudioCDPlayerGetDeviceDefaultIndex Method

Get the default output device index. This works when the mode is WASAPI, LineOut will return always 0.

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

Parameters

mode (Optional)
Type: CSAudioCDPlayerMode

Return Value

Type: Int32
See Also