BASS_RecordGetInfo

Retrieves information on the recording device being used.

BOOL BASS_RecordGetInfo(
    BASS_RECORDINFO *info
);

Parameters

infoPointer to a structure to receive the information.

Return value

If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.

Error codes

BASS_ERROR_INITBASS_RecordInit has not been successfully called.

See also

BASS_RecordGetDeviceInfo, BASS_RECORDINFO structure