Audaspace
1.6.0
A high level audio library.
|
Defines the IWriter interface as well as Container and Codec types. More...
#include "respec/Specification.h"
Go to the source code of this file.
Classes | |
interface | IWriter |
This class represents a sound sink where audio data can be written to. More... | |
Enumerations | |
enum | Container { CONTAINER_INVALID = 0, CONTAINER_AC3, CONTAINER_FLAC, CONTAINER_MATROSKA, CONTAINER_MP2, CONTAINER_MP3, CONTAINER_OGG, CONTAINER_WAV, CONTAINER_AAC } |
Container formats for writers. | |
enum | Codec { CODEC_INVALID = 0, CODEC_AAC, CODEC_AC3, CODEC_FLAC, CODEC_MP2, CODEC_MP3, CODEC_PCM, CODEC_VORBIS, CODEC_OPUS } |
Audio codecs for writers. | |
Defines the IWriter interface as well as Container and Codec types.