Flix2_codecsetparam(), Flix2_codecsetparamasstr, Flix2_codecsetparam – Google Flix Engine Linux Reference Manual User Manual
Page 185

5.41 Codec Manipulation
179
should one or more of the preconditions fail
the codec 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.41.1.4
on2sc Flix2_CodecSetParam (FLIX2PLGNHANDLE plgn, const char ∗ name, double
inDblVal)
Set the value of a parameter in a codec instance using a double representation.
Parameters:
← plgn Handle to the codec returned from
← name Name of the parameter to set
← inDblVal New value for the parameter
Return values:
on success
should the precondition fail
the codec does not support this parameter
the underlying communication layer failed
Precondition:
plgn
is not NULL
See also:
5.41.1.5
on2sc Flix2_CodecSetParamAsStr (FLIX2PLGNHANDLE plgn, const char ∗ name, const
on2tc ∗ value)
Set the value of a parameter in a codec instance using a string representation.
Parameters:
← plgn Handle to the codec returned from
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen