64 DPL5((
">> asn1_createVideo(%X,%X)\n", listPtr, video));
73 video->visible.ingredient.root.clazz = MHEG5VIDEO;
77 video->parent = stream;
80 currItem = listPtr->children;
81 while (currItem != NULL)
84 switch (currItem->tag)
87 video->componentTag = currItem->data.intData;
90 if (currItem->data.intData == 1)
92 video->terminationFreeze = MHEG5TRUE;
99 currItem = currItem->next;
105 DPL2((
"WARNING:[ASN.1] asn1_createVideo() Fails\n"));
112 DPL5((
"<< asn1_createVideo() %X\n", video));
MHEG5Ingredient * asn1_createVideo(fpa1_syntaxList *listPtr, MHEG5Stream *stream)
Decodes Video class. Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A...
Implementation of the Video class Description Defines the attributes and behaviour of an elementary v...
Contains functions/structure used to do MHEG-5 ASN.1 syntax parsing.
Typedefs, macros used by all of parser. These may be duplicated elsewhere.
Functions to create a MHEG5Video from a MHEG5 script (in the form of a list of fpa1_syntaxList struct...
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...