Flix2_filtersetparam(), Flix2_filtersetparamasstr, Flix2_filtersetparam – Google Flix Engine Linux Reference Manual User Manual
Page 181

5.40 Filter Manipulation
175
Return values:
on success
should one or more of the preconditions fail
the filter does not support this parameter
the underlying communication layer failed
Precondition:
plgn
is not NULL
value
is not NULL
len
is not NULL
Attention:
This function is currently unsupported and will return
See also:
5.40.1.4
on2sc Flix2_FilterSetParam (FLIX2PLGNHANDLE plgn, const char ∗ name, double
inDblVal)
Set the value of a parameter in a filter instance using a double representation.
Parameters:
← plgn Handle to the filter returned from
← name Name of the parameter to set
← inDblVal New value for the parameter
Return values:
on success
should the precondition fail
the filter does not support this parameter
the underlying communication layer failed
Precondition:
plgn
is not NULL
See also:
5.40.1.5
on2sc Flix2_FilterSetParamAsStr (FLIX2PLGNHANDLE plgn, const char ∗ name, const
on2tc ∗ value)
Set the value of a parameter in a filter instance using a string representation.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen