flixengine_com::IFlixPlgn Interface Reference
[Flix Engine COM]

import "flixengine_com.idl";


Detailed Description

Interface for accessing Codec, Filter and Muxer functions.

Definition at line 113 of file 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

on2scsc [get]
 on2sc from the last Flix Engine function called within this interface

Member Function Documentation

HRESULT flixengine_com::IFlixPlgn::remove (  ) 

HRESULT flixengine_com::IFlixPlgn::setParamAsStr ( const BSTR  name,
const BSTR  value 
)

Wrapper for Flix2_CodecSetParamAsStr() / Flix2_FilterSetParamAsStr() / Flix2_MuxerSetParamAsStr().

Note:
name is converted to a char

HRESULT flixengine_com::IFlixPlgn::setParam ( const BSTR  name,
double  inDblVal 
)

Wrapper for Flix2_CodecSetParam() / Flix2_FilterSetParam() / Flix2_MuxerSetParam().

Note:
name is converted to a char

HRESULT flixengine_com::IFlixPlgn::getParam ( const BSTR  name,
[out, retval] double *  outDblVal 
)

Wrapper for Flix2_CodecGetParam() / Flix2_FilterGetParam() / Flix2_MuxerGetParam().

Note:
name is converted to a char


Property Documentation

on2sc* flixengine_com::IFlixPlgn::sc [get]

on2sc from the last Flix Engine function called within this interface


The documentation for this interface was generated from the following file:

On2 Technologies, Inc Flix Engine Windows documentation, generated on Mon Oct 6 14:23:55 2008 by doxygen 1.5.5