The BASS_ASIO_INFO type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| bufgran |
The buffer length granularity, that is the smallest possible length change... -1 = the possible buffer lengths increase in powers of 2.
| |
| bufmax |
The maximum buffer length, in samples.
| |
| bufmin |
The minimum buffer length, in samples.
| |
| bufpref |
The preferred/default buffer length, in samples.
| |
| initflags |
The flags parameter of the BASS_ASIO_Init(Int32, BASSASIOInit) call.
| |
| inputs |
The number of input channels available.
| |
| name |
The name of the device/driver.
| |
| outputs |
The number of output channels available.
| |
| version |
The driver version.
|
See Also