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 Types | Classes | Enumerations |
Icon | Type | Description |
---|---|---|
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.
|