Enum WasapiVolumeTypes
The BassWasapi Volume curve to use with GetVolume(WasapiVolumeTypes) and SetVolume(WasapiVolumeTypes, Single).
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Wasapi.dll
Syntax
public enum WasapiVolumeTypes : int
Device
Use the device volume.
LinearCurve
Linear curve.
LogaritmicCurve
Logarithmic curve.
Session
Use the session volume.
WindowsHybridCurve
Windows' hybrid curve.