![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
Contains functions to decode MHEG-5 ASN.1 Slider, Interactible, Entry Field, Hyper Text class components. More...
#include <stdio.h>#include <stdlib.h>#include "vpa1_tgs.h"#include "vpa1_rdf.h"#include "fpa1_iac.h"#include "fpa1_set.h"#include "fpa1_syn.h"Go to the source code of this file.
Macros | |
| #define | SLIDER_SET_COMPS 16 |
| #define | ENT_FLD_SET_COMPS 24 |
| #define | HYP_TXT_SET_COMPS 20 |
| #define | IAC_EXPLICIT 2 |
Functions | |
| fpa1_syntaxList * | fpa1_decodeSlider (vpa1_filePos filePosLimit) |
| fpa1_syntaxList * | fpa1_decodeEntryField (vpa1_filePos filePosLimit) |
| fpa1_syntaxList * | fpa1_decodeHyperText (vpa1_filePos filePosLimit) |
Variables | |
| int | sliderSetCompsArr [2 *SLIDER_SET_COMPS+1] |
| int | entFldSetCompsArr [2 *ENT_FLD_SET_COMPS+1] |
| int | hypTxtSetCompsArr [2 *HYP_TXT_SET_COMPS+1] |
Contains functions to decode MHEG-5 ASN.1 Slider, Interactible, Entry Field, Hyper Text class components.
Definition in file fpa1_iac.c.
| #define ENT_FLD_SET_COMPS 24 |
Definition at line 46 of file fpa1_iac.c.
| #define HYP_TXT_SET_COMPS 20 |
Definition at line 47 of file fpa1_iac.c.
| #define IAC_EXPLICIT 2 |
Definition at line 48 of file fpa1_iac.c.
| #define SLIDER_SET_COMPS 16 |
Definition at line 45 of file fpa1_iac.c.
| fpa1_syntaxList* fpa1_decodeEntryField | ( | vpa1_filePos | filePosLimit | ) |
Definition at line 162 of file fpa1_iac.c.
| fpa1_syntaxList* fpa1_decodeHyperText | ( | vpa1_filePos | filePosLimit | ) |
Definition at line 174 of file fpa1_iac.c.
| fpa1_syntaxList* fpa1_decodeSlider | ( | vpa1_filePos | filePosLimit | ) |
Definition at line 150 of file fpa1_iac.c.
| int entFldSetCompsArr[2 *ENT_FLD_SET_COMPS+1] |
Definition at line 82 of file fpa1_iac.c.
| int hypTxtSetCompsArr[2 *HYP_TXT_SET_COMPS+1] |
Definition at line 114 of file fpa1_iac.c.
| int sliderSetCompsArr[2 *SLIDER_SET_COMPS+1] |
Definition at line 59 of file fpa1_iac.c.
1.8.11