Interface for accessing Codec, Filter and Muxer functions. More...
import "flixengine_com.idl";
Public Member Functions | |
HRESULT | remove () |
Wrapper for Flix2_RemoveCodec() / Flix2_RemoveFilter() / Flix2_RemoveMuxer(). | |
HRESULT | setParamAsStr (const BSTR name, const BSTR value) |
Wrapper for Flix2_CodecSetParamAsStr() / Flix2_FilterSetParamAsStr() / Flix2_MuxerSetParamAsStr(). | |
HRESULT | setParam (const BSTR name, double inDblVal) |
Wrapper for Flix2_CodecSetParam() / Flix2_FilterSetParam() / Flix2_MuxerSetParam(). | |
HRESULT | getParam (const BSTR name,[out, retval] double *outDblVal) |
Wrapper for Flix2_CodecGetParam() / Flix2_FilterGetParam() / Flix2_MuxerGetParam(). | |
Properties | |
on2sc | sc [get] |
on2sc from the last Flix Engine function called within this interface |
Interface for accessing Codec, Filter and Muxer functions.
HIDDEN
Definition at line 114 of file flixengine_com.idl.
HRESULT flixengine_com::IFlixPlgn::getParam | ( | const BSTR | name, | |
[out, retval] double * | outDblVal | |||
) |
Wrapper for Flix2_CodecGetParam() / Flix2_FilterGetParam() / Flix2_MuxerGetParam().
HRESULT flixengine_com::IFlixPlgn::remove | ( | ) |
Wrapper for Flix2_RemoveCodec() / Flix2_RemoveFilter() / Flix2_RemoveMuxer().
HRESULT flixengine_com::IFlixPlgn::setParam | ( | const BSTR | name, | |
double | inDblVal | |||
) |
Wrapper for Flix2_CodecSetParam() / Flix2_FilterSetParam() / Flix2_MuxerSetParam().
HRESULT flixengine_com::IFlixPlgn::setParamAsStr | ( | const BSTR | name, | |
const BSTR | value | |||
) |
Wrapper for Flix2_CodecSetParamAsStr() / Flix2_FilterSetParamAsStr() / Flix2_MuxerSetParamAsStr().
on2sc flixengine_com::IFlixPlgn::sc [get] |
on2sc from the last Flix Engine function called within this interface