AVBlocks for C++
2.1
Audio and Video Software Development Kit
|
Parameters specific to MP4 muxers. More...
Variables | |
static const char | FastStart [] = "MUXER_MP4_FAST_START" |
Run a second pass moving the moov atom before the mdat atom. More... | |
static const char | FastStartTempFileDirectory [] = "MUXER_MP4_FAST_START_TEMP_FILE_DIRECTORY" |
Specifies the temp file directory. More... | |
static const char | FastStartUseTempFile [] = "MUXER_MP4_FAST_START_USE_TEMP_FILE" |
Specifies whether a temp file should be used during the second pass. More... | |
Parameters specific to MP4 muxers.
|
static |
Run a second pass moving the moov atom before the mdat atom.
Unless specified otherwise, the moov atom is normally stored at the end of the file. If the planned delivery method is progressive download or streaming, the moov atom will have to be moved to the beginning of the file.
This parameter is a boolean value expressed as an integer (1|0).
The default is False (0).
|
static |
Specifies the temp file directory.
If this parameter is not set then the system temp path will be used.
This parameter is a StringParameter (const char_t*).
|
static |
Specifies whether a temp file should be used during the second pass.
This parameter is a boolean value expressed as an integer (1|0).
The default is False (0).