Defines | |
#define | FE2_MUXER_FXM |
FXM muxer. For use with Flix2_AddMuxer(). | |
#define | FE2_FXM_CUEPT_EVENT |
Set an event cue point. | |
#define | FE2_FXM_CUEPT_NAV |
Set a navigation cue point. | |
#define | FE2_FXM_CUEPT_PARAM |
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 |
The FXM muxer produces output compatible with the Sun Java VM.
Muxer Parameters:
Name | Type | Opt/Reqd | Range ============================================================================ FE2_FXM_CUEPT_EVENT | String | Optional | [0.0,) FE2_FXM_CUEPT_NAV | String | Optional | [0.0,) FE2_FXM_CUEPT_PARAM | String | Optional | N/A FE2_FXM_METADATA_ENABLE | Numeric | Optional | fxmmetadata_t FE2_FXM_METADATA_DISABLE | Numeric | Optional | fxmmetadata_t
Example Usage:
sc = Flix2_AddMuxer(&muxer, flix, FE2_MUXER_FXM); if(sc == ON2_OK) ; //now using the FXM muxer for output
#define FE2_FXM_CUEPT_EVENT |
#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.
Format = cueptNAME '=' cueptTIME_SECONDS
#define FE2_FXM_CUEPT_PARAM |
#define FE2_FXM_METADATA_DISABLE |
Disable output of meta data element.
#define FE2_FXM_METADATA_ENABLE |
Enable output of meta data element.
#define FE2_MUXER_FXM |
FXM muxer. For use with Flix2_AddMuxer().
typedef enum flv_metadata fxmmetadata_t |