Video_options_addflvcuepointparameter – Google Flix Engine Linux Reference Manual User Manual

Page 262

Advertising
background image

256

Flix Engine Linux Module Documentation

← type Cue point type.

Return values:

ON2_OK

on success

ON2_INVALID_PARAMS

should one or more of the preconditions fail

ON2_NO_MEM

an error occurred allocating memory for the new cue point.

ON2_NET_ERROR

the underlying communication layer failed

Precondition:

flix

is not NULL

pName

is not NULL

time

>= 0.0

type

is a valid member of

FE2_CuePointType

Note:

Cue points can only be added to FLV files.
May add multiple cue points.
For more information on cue points please see

http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_-

Parts&file=00001574.html

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_FLV

and the

FE2_FLV_CUEPT_EVENT

/

FE2_-

FLV_CUEPT_NAV

parameter. This function will be removed in a future release.

5.56.2.2

on2sc video_options_AddFLVCuePointParameter (FLIX2HANDLE flix, const char ∗
pCuePointName, const char ∗ pName, const char ∗ pValue)

Adds a name/value parameter to an already added cue point.

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

← pCuePointName Name of the cue point to add the parameter to.

← pName Name of the parameter.

← pValue Value of the parameter.

Return values:

ON2_OK

on success

ON2_INVALID_PARAMS

should one or more of the preconditions fail

ON2_NO_MEM

an error occurred allocating memory for the new cue point.

ON2_NET_ERROR

the underlying communication layer failed

Precondition:

flix

is not NULL

pCuePointName

is not NULL

pName

is not NULL

pValue

is not NULL

pCuePointName

has already been added to the cue point list

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising