Google Flix Engine Linux Reference Manual User Manual

Page 348

Advertising
background image

342

Flix Engine Linux Page Documentation

• PHP

##sc is $res[0], value is $res[1]

#boolean

$res= Flix2_IsEncoderRunning($flix);

#integer

$res= video_options_GetSourceWidth($flix);

#double

$res= video_options_GetVideoFramerateAsDouble($flix);

• Python

##sc is res[0], value is res[1]

#boolean

res= flixengine2.Flix2_IsEncoderRunning(flix)

#integer

res= flixengine2.video_options_GetSourceWidth(flix)

#double

res= flixengine2.video_options_GetVideoFramerateAsDouble(flix)

Attention:

Functions that return a string, e.g.,

Flix2_GetInputFile()

, are NOT currently supported by the language

bindings.

Note:

As the Java bindings have been modified to throw an exception instead of directly returning a status
code, the return value is generally a single value or an array where appropriate. See the Javadoc for
more information.

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

Advertising