Representation of RIFF/AVI file format.
More...
|
#define | PJMEDIA_AVI_MAX_NUM_STREAMS 4 |
|
|
enum | pjmedia_avi_tag {
PJMEDIA_AVI_RIFF_TAG = 0
,
PJMEDIA_AVI_AVI_TAG
,
PJMEDIA_AVI_HDRL_TAG
,
PJMEDIA_AVI_AVIH_TAG
,
PJMEDIA_AVI_STRL_TAG
,
PJMEDIA_AVI_STRH_TAG
,
PJMEDIA_AVI_AUDS_TAG
,
PJMEDIA_AVI_VIDS_TAG
,
PJMEDIA_AVI_STRF_TAG
,
PJMEDIA_AVI_MOVI_TAG
,
PJMEDIA_AVI_LIST_TAG
,
PJMEDIA_AVI_JUNK_TAG
} |
|
This the the low level representation of RIFF/AVI file format. For higher abstraction, please see WAV File Player and File Writer (Recorder).