![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
Contains functions to decode MHEG-5 ASN.1 Link class components. More...
#include <stdio.h>
#include <stdlib.h>
#include "vpa1_tgs.h"
#include "vpa1_rdf.h"
#include "fpa1_cho.h"
#include "fpa1_enu.h"
#include "fpa1_lnk.h"
#include "fpa1_rdf.h"
#include "fpa1_set.h"
#include "fpa1_seq.h"
#include "fpa1_syn.h"
Go to the source code of this file.
Macros | |
#define | EVT_DAT_ANY -1 |
#define | LNK_SET_COMPS 5 |
#define | LNK_CND_SEQ_COMPS 3 |
#define | EVT_DAT_CHOICE_COMPS 3 |
Variables | |
int | lnkSetCompsArr [2 *LNK_SET_COMPS+1] |
int | lnkCndSeqCompArr [2 *LNK_CND_SEQ_COMPS+1] |
int | evtDatChoiceCompArr [EVT_DAT_CHOICE_COMPS+1] |
Contains functions to decode MHEG-5 ASN.1 Link class components.
Definition in file fpa1_lnk.c.
#define EVT_DAT_ANY -1 |
Definition at line 44 of file fpa1_lnk.c.
#define EVT_DAT_CHOICE_COMPS 3 |
Definition at line 48 of file fpa1_lnk.c.
#define LNK_CND_SEQ_COMPS 3 |
Definition at line 47 of file fpa1_lnk.c.
#define LNK_SET_COMPS 5 |
Definition at line 46 of file fpa1_lnk.c.
int evtDatChoiceCompArr[EVT_DAT_CHOICE_COMPS+1] |
Definition at line 69 of file fpa1_lnk.c.
int lnkCndSeqCompArr[2 *LNK_CND_SEQ_COMPS+1] |
Definition at line 63 of file fpa1_lnk.c.
int lnkSetCompsArr[2 *LNK_SET_COMPS+1] |
Definition at line 53 of file fpa1_lnk.c.