![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
Contains functions to decode MHEG-5 ASN.1 Token Group and Token Manager class components. More...
#include <stdio.h>
#include <stdlib.h>
#include "vpa1_tgs.h"
#include "vpa1_rdf.h"
#include "fpa1_cho.h"
#include "fpa1_set.h"
#include "fpa1_seq.h"
#include "fpa1_syn.h"
#include "fpa1_tok.h"
#include "fpa1_typ.h"
Go to the source code of this file.
Macros | |
#define | TOK_GRP_SET_COMPS 6 |
#define | TOK_GRP_ITMS_SEQ_COMPS 2 |
#define | ACTION_SLOT_CHOICE_COMPS 2 |
Variables | |
int | tokGrpSetCompsArr [2 *TOK_GRP_SET_COMPS+1] |
int | tokGrpItmsSeqCompArr [2 *TOK_GRP_ITMS_SEQ_COMPS+1] |
int | actSlotChoiceCompArr [ACTION_SLOT_CHOICE_COMPS+1] |
Contains functions to decode MHEG-5 ASN.1 Token Group and Token Manager class components.
Definition in file fpa1_tok.c.
#define ACTION_SLOT_CHOICE_COMPS 2 |
Definition at line 46 of file fpa1_tok.c.
#define TOK_GRP_ITMS_SEQ_COMPS 2 |
Definition at line 44 of file fpa1_tok.c.
#define TOK_GRP_SET_COMPS 6 |
Definition at line 42 of file fpa1_tok.c.
int actSlotChoiceCompArr[ACTION_SLOT_CHOICE_COMPS+1] |
Definition at line 71 of file fpa1_tok.c.
int tokGrpItmsSeqCompArr[2 *TOK_GRP_ITMS_SEQ_COMPS+1] |
Definition at line 66 of file fpa1_tok.c.
int tokGrpSetCompsArr[2 *TOK_GRP_SET_COMPS+1] |
Definition at line 54 of file fpa1_tok.c.