Flv_metadata, Md_duration, Md_datasize – Google Flix Engine Linux Reference Manual User Manual

Page 203: Md_audio_size, Md_video_size, Md_audio_datarate, Md_video_datarate, Md_audio_codecid, Md_video_codecid, Md_width

Advertising
background image

5.46 FLV

197

5.46.6

Enumeration Type Documentation

5.46.6.1

enum flv_metadata

Supported FLV onMetaData elements.

Descriptions indicate the default in bold, followed by the element name in italics, its type and a description
of the units if applicable.

Note:

Audio/Video specific entries are disabled should there be no stream of the type

Enumerator:

MD_DURATION Enabled. duration <Number> seconds

MD_DATASIZE Enabled. datasize <Number> bytes

MD_AUDIO_SIZE Enabled. audiosize <Number> bytes

MD_VIDEO_SIZE Enabled. videosize <Number> bytes

MD_AUDIO_DATARATE Enabled. audiodatarate <Number> kbps

MD_VIDEO_DATARATE Enabled. videodatarate <Number> kbps

MD_AUDIO_CODECID Enabled. audiocodecid <Number>

MD_VIDEO_CODECID Enabled. videocodecid <Number>

MD_WIDTH Enabled. width <Number>

MD_HEIGHT Enabled. height <Number>

MD_FRAMERATE Enabled. framerate <Number> frames/sec

MD_CANSEEKTOEND Enabled. canSeekToEnd <Boolean>

Indicates last video tag is a key frame.

MD_LASTTIMESTAMP Enabled. lasttimestamp <Number> seconds

MD_LASTKEYFRAMETIMESTAMP Disabled. lastkeyframetimestamp <Number> seconds

MD_LASTKEYFRAMELOCATION Disabled. lastkeyframelocation <Number> byte offset

MD_KEYFRAMES Disabled. keyframes <Object>

Contains 2 arrays:

• filepositions: <Number> byte offset

• times: <Number> timestamp in seconds

Attention:

The current implementation is a post-process. A temporary file is created within the output
directory as the ’keyframes’ object is added, with the result then replacing the original output
file.

Definition at line 71 of file flv.h.

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

Advertising