Show / Hide Table of Contents

Enum DeviceInfoFlags

Device Info Flags

Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public enum DeviceInfoFlags : int

Default

The device is the system default.

Enabled

The device is enabled. It will not be possible to initialize the device if this flag is not present.

Initialized

The device is initialized, ie. Init(Int32, Int32, DeviceInitFlags, IntPtr, IntPtr) or RecordInit(Int32) has been called.

Loopback

The device is a Loopback device.

None

The device is not enabled and not initialized.

TypeMask

Bitmask to identify the device Type.

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx