Swf_options_getembeddedurltype, Swf_options_getenablepreloader, Swf_options_getembeddedurltype() – Google Flix Engine Linux Reference Manual User Manual

Page 229

Advertising
background image

5.52 SWF

223

Attention:

Currently only supported in C/C++

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_SWF

and the

FE2_SWF_EMBEDDED_URL_-

TARGET

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

5.52.5.6

on2sc swf_options_GetEmbeddedUrlType (FLIX2HANDLE flix, FE2_EmbeddedUrlType
∗ embeddedUrlType)

Gets the type of embedded URL.

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ embeddedUrlType The type of embedded URL.

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

embeddedUrlType

is not NULL

See also:

swf_options_SetEmbeddedUrl()

,

swf_options_SetEmbeddedUrlType()

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_SWF

and the

FE2_SWF_EMBEDDED_URL_-

TYPE

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

5.52.5.7

on2sc swf_options_GetEnablePreloader (FLIX2HANDLE flix, on2bool ∗
pEnablePreloader)

Gets if a video preloader is enabled or disabled.

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ pEnablePreloader

Return values:

ON2_OK

Success.

ON2_INVALID_PARAMS

should one or more of the preconditions fail

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

Advertising