Video_options, Addflvcuepoint(), Codec_h263 – Google Flix Engine Linux Reference Manual User Manual
Page 261: Fe2_videocodec, Codec_null, Codec_screenvideo, Codec_vp6, Codec_vp6alpha, Fe2_cuepointtype, Cue_event

5.56 Deprecated
255
5.56.1
Enumeration Type Documentation
5.56.1.1
enum FE2_CuePointType
Cue point type for use with
video_options_AddFLVCuePoint()
Use the
along with
and the
parameter. This enumeration will be removed in a future release.
Enumerator:
CUE_EVENT Trigger an event at a specified point
CUE_NAVIGATION Allows the user to seek to a specified point
Definition at line 52 of file video_options.h.
5.56.1.2
enum FE2_VideoCodec
Output video codec types, influences quality/compatibility.
For use in calls to
and
Use the
. This enumeration will be removed in a future release. See also:
Enumerator:
CODEC_NULL place holder, not for external use
CODEC_H263 H263 codec
CODEC_SCREENVIDEO Screen Video codec, NOT supported
CODEC_VP6 VP6 (Flash8) codec
CODEC_VP6ALPHA VP6 + encoded alpha channel
Definition at line 38 of file video_options.h.
5.56.2
Function Documentation
5.56.2.1
on2sc video_options_AddFLVCuePoint (FLIX2HANDLE flix, const char ∗ pName, const
double time, const FE2_CuePointType type)
Adds a cue point to the FLV.
Parameters:
← flix Handle to the flix engine returned from
or
← pName Name of the cue point.
← time Time of the cue point in seconds.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen