Sets the read cache of a CD drive.
Namespace: Un4seen.Bass.AddOn.Cd
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
[DllImportAttribute("basscd")] public static bool BASS_CD_SetCache( int drive, bool enable )
Parameters
- drive
- Type: SystemInt32
The drive... 0 = the first drive. - enable
- Type: SystemBoolean
to enable the read cache - to disable it.
Return Value
Type: BooleanIf successful, is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
See Also