BASS.NET API for the Un4seen BASS Audio Library

BASS_WASAPI_DEVICEINFO Class

BASS.NET API for the Un4seen BASS Audio Library
Used with BASS_WASAPI_GetDeviceInfo(Int32, BASS_WASAPI_DEVICEINFO) to retrieve information on a Wasapi device.
Inheritance Hierarchy

SystemObject
  Un4seen.BassWasapiBASS_WASAPI_DEVICEINFO

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

[SerializableAttribute]
public sealed class BASS_WASAPI_DEVICEINFO

The BASS_WASAPI_DEVICEINFO type exposes the following members.

Constructors

  NameDescription
Public methodBASS_WASAPI_DEVICEINFO
Default constructor.
Top
Properties

  NameDescription
Public propertyIsDefault
The device is the system default device.
Public propertyIsDisabled
The device is plugged but disabled (in the windows sound control panel) and can not be used.
Public propertyIsEnabled
The device is enabled and can be used (i.e. it is active).
Public propertyIsInitialized
The device is already initialized.
Public propertyIsInput
The device is an input (capture) device.
Public propertyIsLoopback
The device is a loopback device (capturing from output).
Public propertyIsUnplugged
The device is unplugged and can not be used.
Public propertySupportsRecording
The device supportes recording (either an INPUT or LOOPBACK device).
Top
Methods

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

  NameDescription
Public fielddefperiod
The default update period (in seconds) of the device.
Public fieldflags
The device's current and input/output status. Any combination of BASSWASAPIDeviceInfo.
Public fieldid
The ID of the driver being used.
Public fieldminperiod
The minimum update period (in seconds) of the device.
Public fieldmixchans
The shared-mode format mixers number of channels.
Public fieldmixfreq
The shared-mode format mixers sample rate.
Public fieldname
The description of the device.
Public fieldtype
The type of the devices. One of the BASSWASAPIDeviceType values.
Top
See Also

Reference