![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
Contains functions to decode MHEG-5 ASN.1 Application class components. More...
#include <stdio.h>#include <stdlib.h>#include "vpa1_tgs.h"#include "vpa1_rdf.h"#include "fpa1_app.h"#include "fpa1_cho.h"#include "fpa1_set.h"#include "fpa1_syn.h"#include "fpa1_BlockAlloc.h"Go to the source code of this file.
Macros | |
| #define | APP_SET_COMPS 12 |
| #define | DEF_ATT_CHOICE_COMPS 13 |
| #define | FNT_BDY_CHOICE_COMPS 2 |
Variables | |
| int | appSetCompsArr [2 *APP_SET_COMPS+1] |
| int | defAttChoiceCompArr [DEF_ATT_CHOICE_COMPS+1] |
| int | fontBodyChoiceCompArr [FNT_BDY_CHOICE_COMPS+1] |
Contains functions to decode MHEG-5 ASN.1 Application class components.
Definition in file fpa1_app.c.
| #define APP_SET_COMPS 12 |
Definition at line 42 of file fpa1_app.c.
| #define DEF_ATT_CHOICE_COMPS 13 |
Definition at line 44 of file fpa1_app.c.
| #define FNT_BDY_CHOICE_COMPS 2 |
Definition at line 45 of file fpa1_app.c.
| int appSetCompsArr[2 *APP_SET_COMPS+1] |
Definition at line 52 of file fpa1_app.c.
| int defAttChoiceCompArr[DEF_ATT_CHOICE_COMPS+1] |
Definition at line 68 of file fpa1_app.c.
| int fontBodyChoiceCompArr[FNT_BDY_CHOICE_COMPS+1] |
Definition at line 83 of file fpa1_app.c.
1.8.11