Name | Type | Opt/Reqd | Range ============================================================================ FE2_FLV_CUEPT_EVENT | String | Optional | N/A FE2_FLV_CUEPT_NAV | String | Optional | N/A FE2_FLV_CUEPT_PARAM | String | Optional | N/A
Example Usage:
sc = Flix2_AddMuxer(&muxer, flix, FE2_MUXER_FLV); // set a navigation cue point at 10s if(sc == ON2_OK) sc = Flix2_MuxerSetParamAsStr(muxer, FE2_FLV_CUEPT_NAV, "nav0=10.0");
Defines | |
| #define | FE2_MUXER_FLV |
| FLV muxer. For use with Flix2_AddMuxer(). | |
| #define | FE2_FLV_CUEPT_EVENT |
| Set an event cue point. | |
| #define | FE2_FLV_CUEPT_NAV |
| Set a navigation cue point. | |
| #define | FE2_FLV_CUEPT_PARAM |
| Add a name/value pair to an existing cue point. | |
| #define FE2_FLV_CUEPT_EVENT |
Set an event cue point.
Format = cueptNAME '=' cueptTIME_SECONDS| #define FE2_FLV_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_FLV_CUEPT_PARAM |
| #define FE2_MUXER_FLV |
Flix Engine Windows documentation, generated on Mon May 19 10:51:29 2008 by
doxygen 1.5.5