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

Advertising
background image

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()

.

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_FLV

and the

FE2_FLV_CUEPT_EVENT

/

FE2_-

FLV_CUEPT_NAV

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

video_options_SetVideoCodec()

and

video_options_GetVideoCodec()

Deprecated

Use the

Codec Interface

. This enumeration will be removed in a future release. See also:

Video

Codecs

.

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

Flix2_Create()

or

Flix2_CreateEx()

← 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

Advertising