BASS.NET API for the Un4seen BASS Audio Library

BassCdBASS_CD_GetCache Method

BASS.NET API for the Un4seen BASS Audio Library
Gets 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 int BASS_CD_GetCache(
	int drive
)

Parameters

drive
Type: SystemInt32
The drive... 0 = the first drive.

Return Value

Type: Int32
Gets the current read cache value.
See Also

Reference