Google Flix Engine Linux Reference Manual User Manual
Page 314

308
Flix Engine Linux File Documentation
•
(const
flix,
∗bpIsEncoderRunning)
Check the status of an encode.
•
(const
flix,
∗pEncState)
Retrieve the current state of the encoder.
•
flix,
level)
Set the library-wide debug log level.
•
(const
flix,
∗level)
Retrieve current library-wide debug log level.
•
flix,
∗logpath)
Set the library’s log file path.
•
(const
flix,
∗logpath,
∗len)
Retrieve the library’s current log file path.
•
∗pPlgn, const
flix, const char
∗plgn_name)
Add a filter to the encoder’s filter chain.
•
plgn)
Remove a filter to the encoder’s filter chain.
•
on2sc Flix2_FilterSetParamAsStr
plgn, const char ∗name, const
∗value)
Set the value of a parameter in a filter instance using a string representation.
•
on2sc Flix2_FilterGetParamAsStr
plgn, const char ∗name,
∗value,
∗len)
Retrieve the value of a parameter in a filter instance represented as a string.
•
plgn, const char ∗name, double inDblVal)
Set the value of a parameter in a filter instance using a double representation.
•
plgn, const char ∗name, double ∗outDblVal)
Retrieve the value of a parameter in a filter instance represented as a double.
•
∗pPlgn, const
flix, const char
∗plgn_name)
Add a codec to the encoder’s codec chain.
•
plgn)
Remove a codec from the encoder’s codec chain.
•
on2sc Flix2_CodecSetParamAsStr
plgn, const char ∗name, const
∗value)
Set the value of a parameter in a codec instance using a string representation.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen