Swf_options_getembeddedurltarget – Google Flix Engine Linux Reference Manual User Manual

Page 228

Advertising
background image

222

Flix Engine Linux Module Documentation

Note:

If embeddedUrl is NULL this function will return the size in bytes required to store the current embed-
ded URL in len, not including the null terminator.

See also:

swf_options_SetEmbeddedUrl()

,

swf_options_GetEmbeddedUrlType()

,

swf_options_-

SetEmbeddedUrlType()

Attention:

Currently only supported in C/C++

Deprecated

Use the

Muxer Interface

along with

FE2_MUXER_SWF

and the

FE2_SWF_EMBEDDED_URL

pa-

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

5.52.5.5

on2sc swf_options_GetEmbeddedUrlTarget (FLIX2HANDLE flix, char ∗
embeddedUrlTarget, int32_t ∗ len)

Gets the target of embedded URL.

Parameters:

← flix Handle to the flix engine returned from

Flix2_Create()

or

Flix2_CreateEx()

→ embeddedUrlTarget The target of embedded URL.

↔ len

• IN: The length of embeddedUrlTarget.

• OUT: The length of the URL (minus the null terminator).

Return values:

ON2_OK

Success

ON2_INVALID_PARAMS

should one or more of the preconditions fail

ON2_NO_MEM

embeddedUrlTarget

does not have enough allocated space to return the target. The

size in bytes needed (minus null terminator) will be returned in len.

ON2_NET_ERROR

the underlying communication layer failed

Precondition:

flix

is not NULL

len

is not NULL

Note:

If embeddedUrlTarget is NULL this function will return the size in bytes required to store the current
target in len, not including the null terminator.

See also:

swf_options_GetEmbeddedUrl()

,

swf_options_SetEmbeddedUrl()

,

swf_options_-

SetEmbeddedUrlType()

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

Advertising