BASS.NET API for the Un4seen BASS Audio Library

BASS_WASAPI_INFO Class

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

SystemObject
  Un4seen.BassWasapiBASS_WASAPI_INFO

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

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

The BASS_WASAPI_INFO type exposes the following members.

Constructors

  NameDescription
Public methodBASS_WASAPI_INFO
Default constructor.
Top
Properties

  NameDescription
Public propertyIsEventDriven
Is the device used in event-driven mode?
Public propertyIsExclusive
Is the device used in exclusive mode?
Top
Methods

  NameDescription
Public methodToString
A description of the decive info object (the format, sample rate and number of channels).
(Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fieldbuflen
The buffer size in bytes.
Public fieldchans
The number of channels used (1 = mono, 2 = stereo, etc.).
Public fieldformat
The device's sample format used (one of the BASSWASAPIFormat).
Public fieldfreq
The sample rate used.
Public fieldinitflags
Top
See Also

Reference