![]() |
MHEG5
22.3.0
|
#include <stdio.h>#include "vpa1_sys.h"#include "vpa1_tgs.h"#include "fpa1_syn.h"#include "asn1_sys.h"#include "mh5debug.h"#include "mh5base.h"#include "mh5profile.h"#include "mh5support.h"#include "mh5group.h"#include "mh5program.h"#include "mh5palette.h"#include "mh5font.h"#include "mh5cursorshape.h"#include "mh5variable.h"#include "mh5link.h"#include "mh5stream.h"#include "mh5bitmap.h"#include "mh5lineart.h"#include "mh5dynamiclineart.h"#include "mh5rectangle.h"#include "mh5hotspot.h"#include "mh5button.h"#include "mh5switchbutton.h"#include "mh5pushbutton.h"#include "mh5text.h"#include "mh5entryfield.h"#include "mh5hypertext.h"#include "mh5slider.h"#include "mh5tokengroup.h"#include "mh5listgroup.h"#include "asn1_createAction.h"#include "asn1_createExtras.h"#include "asn1_createIngredient.h"#include "asn1_createProgram.h"#include "asn1_createPalette.h"#include "asn1_createFont.h"#include "asn1_createCursorshape.h"#include "asn1_createVariable.h"#include "asn1_createLink.h"#include "asn1_createStream.h"#include "asn1_createBitmap.h"#include "asn1_createLineart.h"#include "asn1_createButton.h"#include "asn1_createText.h"#include "asn1_createEntryField.h"#include "asn1_createHypertext.h"#include "asn1_createSlider.h"#include "asn1_createTokenGroup.h"#include "asn1_createListGroup.h"#include "asn1_createGroup.h"Functions | |
| asnErr | asn1_decodeGroup (fpa1_syntaxList *listPtr, MHEG5Group *group) |
| Decodes Group class. Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A, section [A.2] for details of ASN.1 representation. More... | |
Variables | |
| MH5GroupPtr | asn1_mainGroupPtr = NULL |
| asnErr asn1_decodeGroup | ( | fpa1_syntaxList * | listPtr, |
| MHEG5Group * | group | ||
| ) |
Decodes Group class. Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A, section [A.2] for details of ASN.1 representation.
Decodes GroupItem class. Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A, section [A.22] for details of ASN.1 representation. This actually returns a valid item type (returned as an Ingredient pointer)
| listPtr | pointer to current fpa1_syntaxList item |
| group | Pointer to Group class being decoded. |
1.8.11