![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
Contains functions to decode MHEG-5 ASN.1 Program, Resident Program, Remote Program and Interchanged Program class components. More...
#include <stdio.h>#include <stdlib.h>#include "vpa1_tgs.h"#include "vpa1_rdf.h"#include "fpa1_prg.h"#include "fpa1_set.h"#include "fpa1_syn.h"Go to the source code of this file.
Macros | |
| #define | RES_PROG_SET_COMPS 5 |
| #define | REM_PROG_SET_COMPS 6 |
| #define | ITC_PROG_SET_COMPS 7 |
Functions | |
| fpa1_syntaxList * | fpa1_decodeResidentProgram (vpa1_filePos filePosLimit) |
| fpa1_syntaxList * | fpa1_decodeRemoteProgram (vpa1_filePos filePosLimit) |
| fpa1_syntaxList * | fpa1_decodeInterchangedProgram (vpa1_filePos filePosLimit) |
Variables | |
| int | resPrgSetCompsArr [2 *RES_PROG_SET_COMPS+1] |
| int | remPrgSetCompsArr [2 *REM_PROG_SET_COMPS+1] |
| int | itcPrgSetCompsArr [2 *ITC_PROG_SET_COMPS+1] |
Contains functions to decode MHEG-5 ASN.1 Program, Resident Program, Remote Program and Interchanged Program class components.
Definition in file fpa1_prg.c.
| #define ITC_PROG_SET_COMPS 7 |
Definition at line 47 of file fpa1_prg.c.
| #define REM_PROG_SET_COMPS 6 |
Definition at line 46 of file fpa1_prg.c.
| #define RES_PROG_SET_COMPS 5 |
Definition at line 45 of file fpa1_prg.c.
| fpa1_syntaxList* fpa1_decodeInterchangedProgram | ( | vpa1_filePos | filePosLimit | ) |
Definition at line 124 of file fpa1_prg.c.
| fpa1_syntaxList* fpa1_decodeRemoteProgram | ( | vpa1_filePos | filePosLimit | ) |
Definition at line 113 of file fpa1_prg.c.
| fpa1_syntaxList* fpa1_decodeResidentProgram | ( | vpa1_filePos | filePosLimit | ) |
Definition at line 102 of file fpa1_prg.c.
| int itcPrgSetCompsArr[2 *ITC_PROG_SET_COMPS+1] |
Definition at line 80 of file fpa1_prg.c.
| int remPrgSetCompsArr[2 *REM_PROG_SET_COMPS+1] |
Definition at line 68 of file fpa1_prg.c.
| int resPrgSetCompsArr[2 *RES_PROG_SET_COMPS+1] |
Definition at line 58 of file fpa1_prg.c.
1.8.11