BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandler Methods

BASS.NET API for the Un4seen BASS Audio Library

The BassWasapiHandler type exposes the following members.

Methods

  NameDescription
Public methodAddOutputSource
Adds a new source to the WASAPI handler for output.
Public methodDispose
Disposes an instance of this class also stops and frees the used WASAPI device/driver (endpoint).
Protected methodFinalize
Finalization code.
(Overrides ObjectFinalize.)
Public methodInit
Public methodPause
Pauses or Unpauses the WASAPI Device being used.
Public methodRemoveFullDuplex
Removes the full-duplex option from WASAPI input.
Public methodSetFullDuplex
Sets the full-duplex option for WASAPI input using the given BASS output device.
Public methodStart
Starts the WASAPI Device.
Public methodStop
Stops the WASAPI Device.
Public methodWasapiInputCallback
Provides a ready made WASAPIPROC callback procedure which might be used for WASAPI input.
Public methodWasapiOutputCallback
Provides a ready made WASAPIPROC callback procedure which might be used for WASAPI output.
Top
See Also

Reference