Swf_options_getadaptivepreloaderbufferfactor, Swf_options_deletevariable – Google Flix Engine Linux Reference Manual User Manual
Page 226

220
Flix Engine Linux Module Documentation
should one or more of the preconditions fail
an error occurred allocating memory for name or value
the underlying communication layer failed
Precondition:
flix
is not NULL
name
is not NULL
value
is not NULL
See also:
swf_options_GetVariableCount()
Use the
along with
and the
pa-
rameter. This function will be removed in a future release.
5.52.5.2
on2sc swf_options_DeleteVariable (FLIX2HANDLE flix, const int32_t index)
Deletes a custom SWF variable.
Parameters:
← flix Handle to the flix engine returned from
or
← index The zero based index of the variable to delete.
Return values:
Success
should one or more of the preconditions fail
an error occurred reallocating memory for the variable list.
the underlying communication layer failed
Precondition:
flix
is not NULL
index
is inside the range of current variables.
See also:
swf_options_GetVariableCount()
Use the
along with
and the
parameter. This function will be removed in a future release.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen