BASS.NET API for the Un4seen BASS Audio Library

BASSCDDoor Enumeration

BASS.NET API for the Un4seen BASS Audio Library
The BASS_CD_Door actions to perform, used with BASS_CD_Door(Int32, BASSCDDoor).

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

public enum BASSCDDoor
Members

  Member nameValueDescription
BASS_CD_DOOR_CLOSE0 Close the door.
BASS_CD_DOOR_OPEN1 Open the door.
BASS_CD_DOOR_LOCK2 Lock the door.
BASS_CD_DOOR_UNLOCK3 Unlock the door.
See Also

Reference