BASS.NET API for the Un4seen BASS Audio Library

BASS_ASIO_INFO Class

BASS.NET API for the Un4seen BASS Audio Library
Used with BASS_ASIO_GetInfo(BASS_ASIO_INFO) to retrieve information on the current device.
Inheritance Hierarchy

SystemObject
  Un4seen.BassAsioBASS_ASIO_INFO

Namespace:  Un4seen.BassAsio
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

[SerializableAttribute]
[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public sealed class BASS_ASIO_INFO

The BASS_ASIO_INFO type exposes the following members.

Constructors

  NameDescription
Public methodBASS_ASIO_INFO
Default constructor.
Top
Methods

  NameDescription
Public methodToString
A description of the decive info object (the driver/device name).
(Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fieldbufgran
The buffer length granularity, that is the smallest possible length change... -1 = the possible buffer lengths increase in powers of 2.
Public fieldbufmax
The maximum buffer length, in samples.
Public fieldbufmin
The minimum buffer length, in samples.
Public fieldbufpref
The preferred/default buffer length, in samples.
Public fieldinitflags
The flags parameter of the BASS_ASIO_Init(Int32, BASSASIOInit) call.
Public fieldinputs
The number of input channels available.
Public fieldname
The name of the device/driver.
Public fieldoutputs
The number of output channels available.
Public fieldversion
The driver version.
Top
See Also

Reference