![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
Contains functions used to parse MHEG-5 ASN.1 SETs. SETs can have components in any order and as such are a bit of a bastard to parse. More...
#include <stdio.h>#include <stdlib.h>#include "vpa1_rdf.h"#include "vpa1_sys.h"#include "vpa1_tgs.h"#include "fpa1_rdf.h"#include "fpa1_seq.h"#include "fpa1_set.h"#include "fpa1_tgs.h"#include "fpa1_typ.h"#include "fpa1_BlockAlloc.h"Go to the source code of this file.
Functions | |
| fpa1_syntaxList * | fpa1_setParse (int *setArrPtr, vpa1_filePos filePosLimit) |
Contains functions used to parse MHEG-5 ASN.1 SETs. SETs can have components in any order and as such are a bit of a bastard to parse.
Definition in file fpa1_set.c.
| fpa1_syntaxList* fpa1_setParse | ( | int * | setArrPtr, |
| vpa1_filePos | filePosLimit | ||
| ) |
Definition at line 178 of file fpa1_set.c.
1.8.11