beautypg.com

Video_options_getvideoframerate, Video_options_getusesourceframerate – Google Flix Engine Linux Reference Manual User Manual

Page 116

background image

110

Flix Engine Linux Module Documentation

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ pValue Decimate value

Return values:

ON2_OK

Success.

ON2_INVALID_PARAMS

Should one or more of the preconditions fail.

ON2_NET_ERROR

The underlying communication layer failed.

Precondition:

flix

is not NULL

pValue

is not NULL

Note:

If a value other than ON2_OK is returned, the output variables should not be considered valid.

Deprecated

Use the

Filter Interface

along with

FE2_FILTER_FRAMERATE

and the

FE2_FRAMERATE_-

DECIMATE

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

5.27.3.2

on2sc video_options_GetUseSourceFramerate (FLIX2HANDLE flix, on2bool ∗
bpUseSourceFramerate)

Determine if the source’s framerate will be used instead of the modified framerate.

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ bpUseSourceFramerate Variable to update with the current framerate selection

Return values:

ON2_OK

The framerate status was successfully retrieved from the engine.

ON2_NET_ERROR

The underlying communication layer failed.

Note:

If a value other than ON2_OK is returned, the output variables should not be considered valid.

Deprecated

Use the

Filter Interface

along with

FE2_FILTER_FRAMERATE

. Not adding

FE2_FILTER_-

FRAMERATE

with

Flix2_AddFilter()

implies use of the source frame rate. This function will be

removed in a future release.

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