Struct WasapiInfo
Used with GetInfo(out WasapiInfo) to retrieve information on the current device.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Wasapi.dll
Syntax
public struct WasapiInfo
Properties
BufferLength
Channels
The number of channels used (1 = mono, 2 = stereo, etc.).
Declaration
public int Channels { get; }
Property Value
Int32
|
Format
The device's sample format used.
Declaration
public WasapiFormat Format { get; }
Property Value
WasapiFormat
|
Frequency
InitFlags
The flags parameter of the Init(Int32, Int32, Int32, WasapiInitFlags, Single, Single, WasapiProcedure, IntPtr) call.
Declaration
public WasapiInitFlags InitFlags { get; }
Property Value
WasapiInitFlags
|
IsEventDriven
Is the device used in event-driven mode?
Declaration
public bool IsEventDriven { get; }
Property Value
Boolean
|
IsExclusive
Is the device used in exclusive mode?
Declaration
public bool IsExclusive { get; }
Property Value
Boolean
|