BASS.NET API for the Un4seen BASS Audio Library

BASS_DEVICEINFOstatus Property

BASS.NET API for the Un4seen BASS Audio Library
The device's current status. A combination of these flags (BASSDeviceInfo):
BASS_DEVICE_ENABLEDThe device is enabled. It will not be possible to initialize the device if this flag is not present.
BASS_DEVICE_DEFAULTThe device is the system default.
BASS_DEVICE_INITThe device is initialized, ie. BASS_Init(Int32, Int32, BASSInit, IntPtr, IntPtr) or BASS_RecordInit(Int32) has been called.

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

public BASSDeviceInfo status { get; }

Property Value

Type: BASSDeviceInfo
See Also

Reference