Codec Engine System Programming Interface (SPI)  ce-w08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Engine_AlgInfo2 Struct Reference

Properties of an Engine algorithm. More...

#include <Engine.h>

Collaboration diagram for Engine_AlgInfo2:
Collaboration graph

Data Fields

Int algInfoSize
String name
String types
Bool isLocal

Detailed Description

Properties of an Engine algorithm.

Remarks:
This structure is identical to Engine_AlgInfo except that the typeTab array of strings is replaced by a single string called types. The string, types, represents a ';' separated list of inheritance hierarchies of the algorithm, for example, "ti.sdo.ce.video.IVIDDEC;ti.sdo.ce.test.xvideo.IVIDE".
See also:
Engine_getAlgInfo2()

Field Documentation

Int Engine_AlgInfo2::algInfoSize

Size of this structure.

String Engine_AlgInfo2::name

Name of algorithm.

String Engine_AlgInfo2::types

Inheritance hierarchy.

Bool Engine_AlgInfo2::isLocal

If TRUE, run locally.


The documentation for this struct was generated from the following file:
Copyright 2013, Texas Instruments Incorporated