Enum InputFlags
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public enum InputFlags : int
None
Don't change any setting. Use this flag, if you only want to set the volume.
Off
Disable the Input. This flag can't be used when the device supports only one Input at a time.
On
Enable the Input. If the device only allows one Input at a time, then any previously enabled Input will be disabled by this.