Struct AsioInfo
Used with Info to retrieve information on the current device.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Asio.dll
Syntax
public struct AsioInfo
Properties
BufferLengthGranularity
The Buffer Length granularity, that is the smallest possible Length change... -1 = the possible Buffer lengths increase in powers of 2.
Declaration
public int BufferLengthGranularity { get; }
Property Value
Int32
|
DriverVersion
InitFlags
Flags used when initialising the AsioDevice.
Declaration
public AsioInitFlags InitFlags { get; }
Property Value
AsioInitFlags
|
Inputs
MaxBufferLength
The maximum Buffer Length, in samples.
Declaration
public int MaxBufferLength { get; }
Property Value
Int32
|
MinBufferLength
The minimum Buffer Length, in samples.
Declaration
public int MinBufferLength { get; }
Property Value
Int32
|
Name
Outputs
The number of output channels available.
Declaration
public int Outputs { get; }
Property Value
Int32
|
PreferredBufferLength
The preferred/default Buffer Length, in samples.
Declaration
public int PreferredBufferLength { get; }
Property Value
Int32
|