Fe2_fxm_cuept_event, Fe2_fxm_cuept_nav, Fe2_fxm_cuept_param – Google Flix Engine Linux Reference Manual User Manual

Page 205: Typedefs, 4 define documentation

Advertising
background image

5.47 FXM

199

Add a name/value pair to an existing cue point.

• #define

FE2_FXM_METADATA_ENABLE

Enable output of meta data element.

• #define

FE2_FXM_METADATA_DISABLE

Disable output of meta data element.

Typedefs

• typedef enum

flv_metadata fxmmetadata_t

5.47.4

Define Documentation

5.47.4.1

#define FE2_FXM_CUEPT_EVENT

Set an event cue point.

Parameter format:

Format = cueptNAME ’=’ cueptTIME_SECONDS
e.g., "evtpt0=343.0".

Precondition:

time must be >= 0.0

Note:

Multiple cue points may be added.

Definition at line 70 of file fxm.h.

5.47.4.2

#define FE2_FXM_CUEPT_NAV

Set a navigation cue point.

This parameter allows seeking to the specified time by generating an I-Frame (keyframe) in the video
stream and adding the entry to the metadata.

Parameter format:

Format = cueptNAME ’=’ cueptTIME_SECONDS
e.g., "navpt0=343.0".

Precondition:

time must be >= 0.0

Note:

Multiple cue points may be added.

Definition at line 81 of file fxm.h.

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

Advertising