26 #ifndef _FPA1_PARSERINVOKE_H    27 #define _FPA1_PARSERINVOKE_H MHEG5Application * asn1_parseApplication(unsigned char *asnData, unsigned long dataLength)
Top level ASN.1 parser interface function. Creates and fills a MHEG5Application object from a char ar...
Definition: fpa1_parserInvoke.c:66
 
Definition: mh5application.h:56
 
MHEG5Scene * asn1_parseScene(unsigned char *asnData, unsigned long dataLength)
Top level ASN.1 parser interface function. Creates and fills a MHEG5Scene object from a char array co...
Definition: fpa1_parserInvoke.c:148
 
Implementation of the MHEG5 Application Class Defines a set of Ingredient objects, which are shared within an application scope. Base class: Group Subclasses: None Status: Concrete class. 
 
Implementation of the MHEG5 Scene Class Scene Class Defines a set of Ingredient objects to be activat...
 
Definition: mh5scene.h:43