Engine_AlgInfo2 Struct Reference
[Codec Engine Runtime]

Properties of an Engine algorithm. This structure is identical to Engine_AlgInfo except that the typeTab array of strings is replaced by a singie 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". More...

#include <Engine.h>

Data Fields

Int algInfoSize
String name
String types
Bool isLocal

Detailed Description

Properties of an Engine algorithm. This structure is identical to Engine_AlgInfo except that the typeTab array of strings is replaced by a singie 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

Size of this structure.

Name of algorithm.

Inheritance hierarchy.

If TRUE, run locally.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2010, Texas Instruments Incorporated