Swf_options_getembeddedurltarget – Google Flix Engine Linux Reference Manual User Manual
Page 228

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_GetEmbeddedUrlType()
Attention:
Currently only supported in C/C++
Use the
along with
and the
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
or
→ embeddedUrlTarget The target of embedded URL.
↔ len
• IN: The length of embeddedUrlTarget.
• OUT: The length of the URL (minus the null terminator).
Return values:
Success
should one or more of the preconditions fail
embeddedUrlTarget
does not have enough allocated space to return the target. The
size in bytes needed (minus null terminator) will be returned in len.
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:
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen