66 DPL5((
">> asn1_decodeRTGraphics(%X)\n", listPtr));
75 rtGraphics->ingredient.root.class = MHEG5VIDEO;
78 currItem = listPtr->children;
79 while (currItem != NULL)
81 switch (currItem->tag)
91 rtGraphics->terminationFreeze = MHEG5TRUE;
99 currItem = currItem->next;
105 DPL2((
"WARNING:[ASN.1] asn1_createAudio() Fails\n"));
107 MHEG5freeMem(rtGraphics);
112 DPL5((
"<< asn1_decodeRTGraphics() %X\n", rtGraphics));
Implementation of the RTGraphics class Description Defines the attributes and behaviour of non-persis...
Contains functions/structure used to do MHEG-5 ASN.1 syntax parsing.
MHEG5Ingredient * asn1_createRTGraphics(fpa1_syntaxList *listPtr, MHEG5Stream *stream)
Decodes RTGraphics class. Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A...
Typedefs, macros used by all of parser. These may be duplicated elsewhere.
typedefs etc for the whole object creation section.
Contains macros for MHEG-5 ASN.1 tags and structures.
asnErr asn1_decodeVisible(fpa1_syntaxList *listPtr, MHEG5Visible *visible)
Decodes Visible class. Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A...
Functions to create a MHEG5Visible from a MHEG5 script (in the form of a list of fpa1_syntaxList stru...