Defines | |
#define | FE2_MUXER_MOV |
MOV muxer. For use with Flix2_AddMuxer(). | |
#define | FE2_MOV_FASTSTART |
FE2_ISOMEDIA_FASTSTART alias |
Example Usage:
sc = Flix2_AddMuxer(&muxer, flix, FE2_MUXER_MOV); if(sc == ON2_OK) ; //Now using the MOV muxer for output
Additional References:
#define FE2_MOV_FASTSTART |
FE2_ISOMEDIA_FASTSTART alias
Influence 'moov' box placement. When enabled places the 'moov' box near the beginning of the file allowing for progressive download.
Definition at line 146 of file isomedia.h.
#define FE2_MUXER_MOV |
MOV muxer. For use with Flix2_AddMuxer().
Definition at line 141 of file isomedia.h.