This document provides an overview of OpenMAX Translation.
This library provides translation from Symbian C++ to OpenMAX components.
OpenMAX Translation Library Details
The DLL that provides the functionality and the library to which your code must link is identified below.
Support for OpenMAX IL based codecs is provided by the Codec interface.
The processing unit (PU) is a component which supports multiple input and output ports and performs data processing from the input and output ports. The OpenMAX Translation library provides all the classes required to create an OpenMAX based PU. For more information about PUs, see the CMdfProcessingUnit class.
The functionality provided by OpenMAX Translation is contained in the following classes:
COmxProcessingUnit - OpenMAX PU class.
COmxInputPort - base class for OpenMAX Input Ports.
COmxOutputPort - base class for OpenMAX Output Ports.