![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
Contains functions to decode MHEG-5 ASN.1 Group class components. More...
#include <stdio.h>#include <stdlib.h>#include "vpa1_tgs.h"#include "vpa1_rdf.h"#include "fpa1_cho.h"#include "fpa1_grp.h"#include "fpa1_seq.h"#include "fpa1_syn.h"Go to the source code of this file.
Macros | |
| #define | GRP_ITEM_CHOICE_COMPS 26 |
| #define | STD_ID_SEQ_COMPS 2 |
Variables | |
| int | grpItmChoiceCompArr [GRP_ITEM_CHOICE_COMPS+1] |
| int | stdIdSeqCompArr [2 *STD_ID_SEQ_COMPS+1] |
Contains functions to decode MHEG-5 ASN.1 Group class components.
Definition in file fpa1_grp.c.
| #define GRP_ITEM_CHOICE_COMPS 26 |
Definition at line 41 of file fpa1_grp.c.
| #define STD_ID_SEQ_COMPS 2 |
Definition at line 43 of file fpa1_grp.c.
| int grpItmChoiceCompArr[GRP_ITEM_CHOICE_COMPS+1] |
Definition at line 46 of file fpa1_grp.c.
| int stdIdSeqCompArr[2 *STD_ID_SEQ_COMPS+1] |
Definition at line 74 of file fpa1_grp.c.
1.8.11