BASS.NET API for the Un4seen BASS Audio Library

BassBASS_RecordFree Method

BASS.NET API for the Un4seen BASS Audio Library
Frees all resources used by the recording device.

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

[DllImportAttribute("bass")]
public static bool BASS_RecordFree()

Return Value

Type: Boolean
If successful, then is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
Remarks

This function should be called for all initialized recording devices before your program exits.

When using multiple recording devices, the current thread's device setting (as set with BASS_RecordSetDevice(Int32)) determines which device this function call applies to.

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

See Also

Reference