| Class |
Description |
| unaAcmDetails |
|
| unaMMTimer |
Multimedia timer wrapper class. |
| unaMsAcm |
This class holds a list of drivers installed on the system. |
| unaMsAcmCodec |
This class is wrapper over Windows Multimedia streams API. Create it specifying the driver you wish to use with the stream. |
| unaMsAcmCodecHeader |
This class stores the data used by MS ACM codec. |
| unaMsAcmDeviceHeader |
Base class for storing the wave and stream headers of wave and ACM devices. |
| unaMsAcmDriver |
List of installed drivers is maintained by unaMsAcm class, so usually there is no need to create/destroy the driver class explicitly. |
| unaMsAcmFilter |
This class stores information about the given MS ACM filter. |
| unaMsAcmFilterTag |
This class stores information about an ACM filter tag. |
| unaMsAcmFormat |
This class stores information about the given MS ACM format. |
| unaMsAcmFormatTag |
This class stores information about an ACM format tag. |
| unaMsAcmObject |
This base class is designed to store an ACM object, such as format or filter. |
| unaMsAcmObjectTag |
This base class is designed to store the information about an ACM object tag, such as format tag or filter tag. |
| unaMsAcmStreamDevice |
This is abstract class used as a base for classes dealing with audio streams (codecs, waveIn and waveOut, mixers). |
| unaRiffStream |
RIFF WAVE stream. |
| unaWaveDevice |
This abstract class is used as base for unaWaveInDevice (recorder) and unaWaveOutDevice (playback) devices. |
| unaWaveExclusiveMixerDevice |
This class performs exclusive mixing of input streams. |
| unaWaveInDevice |
Use this class to record live audio. |
| unaWaveMixerDevice |
This class performs software mixing of input streams. |
| unaWaveMultiStreamDevice |
This is base class for devices working with more than two streams. |
| unaWaveOutDevice |
Use this class to playback PCM audio stream. |
| unaWaveResampler |
This class can resample audio stream from one PCM format to another. |
| unaWaveSoftwareDevice |
This is base class for software devices, such as wave mixer. |