BASS.NET API for the Un4seen BASS Audio Library

BASS_CD_INFODriveLetter Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the character letter of the drive.

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

public char DriveLetter { get; }

Property Value

Type: Char
Remarks

Only available after BASS_CD_GetInfo(Int32, BASS_CD_INFO) has been called with this instance.
See Also

Reference