MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
MPfm.Sound.BassNetWrapper Namespace
NamespacesMPfm.Sound.BassNetWrapper
The MPfm.Sound.BassNetWrapper assembly contains the Bass.NET wrapper classes.
Declaration Syntax
C#Visual Basic
namespace MPfm.Sound.BassNetWrapper
Namespace MPfm.Sound.BassNetWrapper
Types
All TypesClassesEnumerations
IconTypeDescription
ASIOInfo
Defines a data structure for holding information about an ASIO device.

Base
The Base class contains methods for initializing audio devices, creating stream, and more. All methods are static.

BassNetWrapperException
Custom exception class for the MPfm BASS.NET wrapper.

Channel
Defines a channel/stream to be used with BASS.NET. If you need to create a mixer channel, use the MixerChannel class.

ChannelType
Defines the types of channels found in the BASS.NET library.

Device
Defines an audio device that can be used with the Player.

DeviceHelper
This class contains methods to help detect devices and test sounds.

DriverType
Defines the driver type (DirectSound, ASIO or WASAPI).

MixerChannel
Defines a mixer channel to be used with BASS.NET.

TestDevice
Defines a simple class to test an audio file against an audio device.