Defines | |
#define | FE2_MUXER_3G2 |
3GPP2 muxer. For use with Flix2_AddMuxer() | |
#define | FE2_3G2_FASTSTART |
FE2_ISOMEDIA_FASTSTART alias |
Example Usage:
sc = Flix2_AddMuxer(&muxer, flix, FE2_MUXER_3G2); if(sc == ON2_OK) ; //Now using the 3GPP2 muxer for output
Additional References:
#define FE2_3G2_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 102 of file isomedia.h.
#define FE2_MUXER_3G2 |
3GPP2 muxer. For use with Flix2_AddMuxer()
Definition at line 97 of file isomedia.h.