Flix2_getexportvideotype(), Flix2_getexportvideo, Flix2_getexportvideotype – Google Flix Engine Linux Reference Manual User Manual

Page 166

Advertising
background image

160

Flix Engine Linux Module Documentation

5.38.2.8

on2sc Flix2_GetExportAudio (const FLIX2HANDLE flix, on2bool ∗ bpExportAudio)

Retrieve the engine’s current behavior regarding audio output.

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ bpExportAudio Storage location to receive the result

Return values:

ON2_OK

on 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

bpExportAudio

is not NULL

Note:

Default:

on2true

5.38.2.9

on2sc Flix2_GetExportVideo (const FLIX2HANDLE flix, on2bool ∗ bpExportVideo)

Retrieve the engine’s current behavior regarding video output.

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ bpExportVideo Storage location to receive the result

Return values:

ON2_OK

on 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

bpExportVideo

is not NULL

Note:

Default:

on2true

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

Advertising