Flixengine2/muxers/isomedia.h file reference, 39 flixengine2/muxers/isomedia.h file reference, Isomedia.h – Google Flix Engine Linux Reference Manual User Manual

Page 324: Fe2_isomedia_faststart, 1 detailed description, Defines, 2 define documentation

Advertising
background image

318

Flix Engine Linux File Documentation

6.39

flixengine2/muxers/isomedia.h File Reference

6.39.1

Detailed Description

Reference module(s):

3GPP Muxer

,

3GPP2 Muxer

,

MOV Muxer

,

MP4 Muxer

.

Definition in file

isomedia.h

.

Defines

• #define

FE2_ISOMEDIA_FASTSTART

Influence ’moov’ box placement.

• #define

FE2_MUXER_3GP

3GPP muxer. For use with

Flix2_AddMuxer()

• #define

FE2_3GP_FASTSTART

FE2_ISOMEDIA_FASTSTART

alias

• #define

FE2_MUXER_3G2

3GPP2 muxer. For use with

Flix2_AddMuxer()

• #define

FE2_3G2_FASTSTART

FE2_ISOMEDIA_FASTSTART

alias

• #define

FE2_MUXER_MOV

MOV muxer. For use with

Flix2_AddMuxer()

.

• #define

FE2_MOV_FASTSTART

FE2_ISOMEDIA_FASTSTART

alias

• #define

FE2_MUXER_MP4

MP4 muxer. For use with

Flix2_AddMuxer()

.

• #define

FE2_MP4_FASTSTART

FE2_ISOMEDIA_FASTSTART

alias

6.39.2

Define Documentation

6.39.2.1

#define FE2_ISOMEDIA_FASTSTART

Influence ’moov’ box placement.

When enabled places the ’moov’ box near the beginning of the file allowing for progressive download.

Note:

Default: 0 (disabled)

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising