flixengine_com::IFlixPlgn Interface Reference
[Flix Engine COM]

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

Detailed Description

Interface for accessing Codec, Filter and Muxer functions.

HIDDEN

Definition at line 114 of file flixengine_com.idl.


Member Function Documentation

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
HRESULT flixengine_com::IFlixPlgn::remove (  ) 
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::setParamAsStr ( const BSTR  name,
const BSTR  value 
)

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

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 Tue Nov 2 15:38:08 2010 by doxygen 1.6.1