package ti.sdo.ce

Codec Engine Core Runtime

This package provides the top-level Engine APIs; i.e., the APIs that are algorithm independent. This package also provides the SPIs (System Programming Interfaces) used by individual algorithms runnable via the Codec Engine. [ more ... ]
XDCspec declarations sourced in ti/sdo/ce/package.xdc
package ti.sdo.ce [1, 0, 6] {
 
    interface ICodec;
    // Codec Engine algorithm interface
    module Engine;
    // Engine Configuration interface
    module Server;
    // DSP Server Configuration interface
    module Settings;
    // Global configuration settings for all Codec Engine packages
}
DETAILS
This package provides the top-level Engine APIs; i.e., the APIs that are algorithm independent. This package also provides the SPIs (System Programming Interfaces) used by individual algorithms runnable via the Codec Engine.
For information on using debug libraries when linking your executable, see the ti.sdo.ce.global.Settings.profile config param.
NOTE: If you change the version here, please update the valuse of ti_sdo_ce__versionStrring in Engine.c.
generated on Tue, 14 Aug 2012 20:09:29 GMT