|
MHEG5 1.0
DTVKit MHEG5 1.0 API 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"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.
| #define ENT_FLD_SET_COMPS 24 |
| #define HYP_TXT_SET_COMPS 20 |
| #define IAC_EXPLICIT 2 |
| #define SLIDER_SET_COMPS 16 |
| fpa1_syntaxList* fpa1_decodeEntryField | ( | vpa1_filePos | filePosLimit | ) |
| fpa1_syntaxList* fpa1_decodeHyperText | ( | vpa1_filePos | filePosLimit | ) |
| fpa1_syntaxList* fpa1_decodeSlider | ( | vpa1_filePos | filePosLimit | ) |
| int entFldSetCompsArr[2 *ENT_FLD_SET_COMPS+1] |
| int hypTxtSetCompsArr[2 *HYP_TXT_SET_COMPS+1] |
| int sliderSetCompsArr[2 *SLIDER_SET_COMPS+1] |