Used with BASS_ASIO_GetInfo(BASS_ASIO_INFO) to retrieve information on the current device.
Inheritance Hierarchy
Un4seen.BassAsioBASS_ASIO_INFO
Namespace: Un4seen.BassAsio
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
[SerializableAttribute] [StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public sealed class BASS_ASIO_INFO
The BASS_ASIO_INFO type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BASS_ASIO_INFO |
Default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| ToString |
A description of the decive info object (the driver/device name).
(Overrides ObjectToString.) |
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