BASS.NET API for the Un4seen BASS Audio Library

BassBASS_RecordGetDevice Method

BASS.NET API for the Un4seen BASS Audio Library
Retrieves the recording device setting in the current thread.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

[DllImportAttribute("bass")]
public static int BASS_RecordGetDevice()

Return Value

Type: Int32
If successful, the device number is returned, else -1 is returned. Use BASS_ErrorGetCodeto get the error code.
Remarks

See also BASS_RecordInit(Int32).

ERROR CODEDescription
BASS_ERROR_INITBASS_RecordInit(Int32) has not been successfully called - there are no initialized.

See Also

Reference