Audaspace 1.5.0
A high level audio library.
Loading...
Searching...
No Matches
Classes | Enumerations
IWriter.h File Reference

Defines the IWriter interface as well as Container and Codec types. More...

#include "respec/Specification.h"
Include dependency graph for IWriter.h:
This graph shows which files directly or indirectly include this file:

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 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.
 

Detailed Description

Defines the IWriter interface as well as Container and Codec types.