![]() |
MHEG-5
19.3.0
MHEG-5 Documentation
|
Contains functions to decode MHEG-5 ASN.1 Stream, Audio, Video, RTGraphics class components. More...
#include <stdio.h>
#include <stdlib.h>
#include "vpa1_tgs.h"
#include "vpa1_rdf.h"
#include "fpa1_cho.h"
#include "fpa1_set.h"
#include "fpa1_syn.h"
Go to the source code of this file.
Macros | |
#define | STREAM_SET_COMPS 8 |
#define | AUDIO_SET_COMPS 4 |
#define | VID_SET_COMPS 6 |
#define | RTG_SET_COMPS 7 |
#define | STM_CMP_CHOICE_COMPS 3 |
Contains functions to decode MHEG-5 ASN.1 Stream, Audio, Video, RTGraphics class components.
Definition in file fpa1_stm.c.
int audioSetCompsArr[2 *AUDIO_SET_COMPS+1] |
Definition at line 65 of file fpa1_stm.c.
int rtgSetCompsArr[2 *RTG_SET_COMPS+1] |
Definition at line 86 of file fpa1_stm.c.
int stmCmpChoiceCompArr[STM_CMP_CHOICE_COMPS+1] |
Definition at line 99 of file fpa1_stm.c.
int streamSetCompsArr[2 *STREAM_SET_COMPS+1] |
Definition at line 52 of file fpa1_stm.c.
int videoSetCompsArr[2 *VID_SET_COMPS+1] |
Definition at line 74 of file fpa1_stm.c.