BASS.NET API for the Un4seen BASS Audio Library

BassCdBASS_CD_GetInfos Method (Boolean)

BASS.NET API for the Un4seen BASS Audio Library
Returns all available CD drive information.

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

public static BASS_CD_INFO[] BASS_CD_GetInfos(
	bool release
)

Parameters

release
Type: SystemBoolean
Release the drive(s) after obtaining the info?

If set, BASS_CD_Release(Int32) will be called right after (which might be required with some drivers).

Return Value

Type: BASS_CD_INFO
An array of BASS_CD_INFO representing the available CD drives.
Remarks

Uses BASS_CD_GetInfo(Int32, BASS_CD_INFO) internally.

The index of the returned information equals the drive number, which might be used with any other BassCd method.

See Also

Reference