FLV
[Muxers]


Detailed Description

Muxer Parameters:
   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");

Supported Codecs


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 Documentation

#define FE2_FLV_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.
See also:
http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001574.html

Definition at line 61 of file flv.h.

#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.

Parameter format:
Format = cueptNAME '=' cueptTIME_SECONDS
e.g. "navpt0=343.0".
Precondition:
time must be >= 0.0
Note:
Multiple cue points may be added.
See also:
http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001574.html

Definition at line 73 of file flv.h.

#define FE2_FLV_CUEPT_PARAM

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

Parameter format:
Format = cueptNAME *[ '&' Pair ]
Pair = Name '=' Value
e.g. "cuept0&name0=value0&name1=value1"
Precondition:
The cue point has already been added

Definition at line 82 of file flv.h.

#define FE2_MUXER_FLV

FLV muxer. For use with Flix2_AddMuxer().

Definition at line 52 of file flv.h.


On2 Technologies, Inc Flix Engine Windows documentation, generated on Mon May 19 10:51:29 2008 by doxygen 1.5.5