|
MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
|
Contains functions to decode MHEG-5 ASN.1 Switch Button, Button, Hotspot, Push Button class components. More...
#include <stdio.h>#include <stdlib.h>#include "vpa1_tgs.h"#include "vpa1_rdf.h"#include "fpa1_but.h"#include "fpa1_set.h"#include "fpa1_syn.h"Macros | |
| #define | BUTTON_SIZE_COMPS 11 |
| #define | PUSH_BUT_SIZE_COMPS 13 |
| #define | SWIT_BUT_SIZE_COMPS 14 |
Functions | |
| fpa1_syntaxList * | fpa1_decodeSwitchButton (vpa1_filePos filePosLimit) |
| fpa1_syntaxList * | fpa1_decodePushButton (vpa1_filePos filePosLimit) |
| fpa1_syntaxList * | fpa1_decodeButton (vpa1_filePos filePosLimit) |
Variables | |
| int | buttonSetCompsArr [2 *BUTTON_SIZE_COMPS+1] |
| int | pushButSetCompsArr [2 *PUSH_BUT_SIZE_COMPS+1] |
| int | switButSetCompsArr [2 *SWIT_BUT_SIZE_COMPS+1] |
Contains functions to decode MHEG-5 ASN.1 Switch Button, Button, Hotspot, Push Button class components.
| #define BUTTON_SIZE_COMPS 11 |
| #define PUSH_BUT_SIZE_COMPS 13 |
| #define SWIT_BUT_SIZE_COMPS 14 |
| fpa1_syntaxList* fpa1_decodeButton | ( | vpa1_filePos | filePosLimit | ) |
| fpa1_syntaxList* fpa1_decodePushButton | ( | vpa1_filePos | filePosLimit | ) |
| fpa1_syntaxList* fpa1_decodeSwitchButton | ( | vpa1_filePos | filePosLimit | ) |
| int buttonSetCompsArr[2 *BUTTON_SIZE_COMPS+1] |
| int pushButSetCompsArr[2 *PUSH_BUT_SIZE_COMPS+1] |
| int switButSetCompsArr[2 *SWIT_BUT_SIZE_COMPS+1] |