BASS.NET API for the Un4seen BASS Audio Library

BASS_ASIO_CHANNELINFO Class

BASS.NET API for the Un4seen BASS Audio Library
Used with BASS_ASIO_ChannelGetInfo(Boolean, Int32, BASS_ASIO_CHANNELINFO) to retrieve information on the current device.
Inheritance Hierarchy

SystemObject
  Un4seen.BassAsioBASS_ASIO_CHANNELINFO

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_CHANNELINFO

The BASS_ASIO_CHANNELINFO type exposes the following members.

Constructors

  NameDescription
Public methodBASS_ASIO_CHANNELINFO
Default constructor.
Top
Methods

  NameDescription
Public methodToString
A description of the channel info object (name).
(Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fieldformat
The channel's sample format, one of the following (see BASSASIOFormat):
BASS_ASIO_FORMAT_16BIT16-bit integer.
BASS_ASIO_FORMAT_24BIT24-bit integer.
BASS_ASIO_FORMAT_32BIT32-bit integer.
BASS_ASIO_FORMAT_FLOAT32-bit floating-point.
BASS_ASIO_FORMAT_DSD_LSBDSD with LSB first.
BASS_ASIO_FORMAT_DSD_MSBDSD with MSB first.
Public fieldgroup
The channel's group.
Public fieldname
The name of the channel.
Top
See Also

Reference