Enum CDDoorAction
The CD Door actions to perform, used with Door(Int32, CDDoorAction).
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Cd.dll
Syntax
public enum CDDoorAction : int
Close
Close the door.
Lock
Lock the door.
Open
Open the door.
Unlock
Unlock the door.