![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
Contains functions to decode MHEG-5 ASN.1 Slider, Interactible, Entry Field, Hyper Text class components. More...
#include "fpa1_syn.h"Go to the source code of this file.
Macros | |
| #define | INTERACTIBLE_ALL -1 |
Functions | |
| fpa1_syntaxList * | fpa1_decodeSlider (vpa1_filePos) |
| fpa1_syntaxList * | fpa1_decodeEntryField (vpa1_filePos) |
| fpa1_syntaxList * | fpa1_decodeHyperText (vpa1_filePos) |
Variables | |
| int | sliderSetCompsArr [] |
| int | entFldSetCompsArr [] |
| int | hypTxtSetCompsArr [] |
Contains functions to decode MHEG-5 ASN.1 Slider, Interactible, Entry Field, Hyper Text class components.
Definition in file fpa1_iac.h.
| #define INTERACTIBLE_ALL -1 |
Definition at line 38 of file fpa1_iac.h.
| 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[] |
Definition at line 82 of file fpa1_iac.c.
| int hypTxtSetCompsArr[] |
Definition at line 114 of file fpa1_iac.c.
| int sliderSetCompsArr[] |
Definition at line 59 of file fpa1_iac.c.
1.8.11