FFmpegfs Fuse Multi Media Filesystem 2.16
|
AIFF file structures http://paulbourke.net/dataformats/audio/. More...
#include <stdint.h>
#include <array>
Go to the source code of this file.
Classes | |
struct | AIFF_FORMCHUNK |
struct | AIFF_CHUNK |
struct | AIFF_COMMONCHUNK |
struct | AIFF_SOUNDDATACHUNK |
struct | AIFF_TEXTCHUNK |
Macros | |
#define | AIFF_FORMID "FORM" |
ckID for Form Chunk More... | |
#define | AIFF_COMMONID "COMM" |
ckID for Common Chunk More... | |
#define | AIFF_SOUNDATAID "SSND" |
ckID for Sound Data Chunk More... | |
#define | AIFF_NAMEID "NAME" |
ckID for Name Chunk. More... | |
#define | AIFF_AUTHORID "AUTH" |
ckID for Author Chunk. More... | |
#define | AIFF_COPYRIGHTID "(c) " |
ckID for Copyright Chunk. More... | |
#define | AIFF_ANNOTATIONID "ANNO" |
ckID for Annotation Chunk. More... | |
Typedefs | |
typedef std::array< uint8_t, 4 > | AIFF_ID |
AIFF fourcc ID. More... | |
AIFF file structures http://paulbourke.net/dataformats/audio/.
Definition in file aiff.h.