Deprecated – Google Flix Engine Linux Reference Manual User Manual

Page 517

Advertising
background image

7.16 Deprecated List

511

Global

editor_options_SetCutStopTime

Please use:

Flix2_AddFilter()

Flix2_FilterGetParam()

Flix2_FilterSetParam()

With the constants:

FE2_FILTER_CUT

FE2_CUT_START_SEC

FE2_CUT_STOP_SEC

for access to the flix engine cut filter.

Global

video_options_GetVideoFramerate

Please use

video_options_GetVideoFramerateAsDouble()

to allow for non integer framerates.

Global

video_options_SetVideoFramerate

Please use

video_options_SetVideoFramerateAsDouble()

to allow for non integer framerates.

Global

video_options_GetVideoFramerateAsDouble

Use the

Filter Interface

along with

FE2_-

FILTER_FRAMERATE

and the

FE2_FRAMERATE_FPS

parameter. This function will be removed

in a future release.

Global

video_options_SetVideoFramerateAsDouble

Use the

Filter Interface

along with

FE2_-

FILTER_FRAMERATE

and the

FE2_FRAMERATE_FPS

parameter. This function will be removed

in a future release.

Global

video_options_GetUseSourceFramerate

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.

Global

video_options_SetUseSourceFramerate

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.

Global

video_options_GetDecimateValue

Use

the

Filter

Interface

along

with

FE2_FILTER_-

FRAMERATE

and the

FE2_FRAMERATE_DECIMATE

parameter.

This function will be

removed in a future release.

Global

video_options_SetDecimateValue

Use

the

Filter

Interface

along

with

FE2_FILTER_-

FRAMERATE

and the

FE2_FRAMERATE_DECIMATE

parameter.

This function will be

removed in a future release.

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

Advertising