![]() |
MHEG5
18.9.0
MHEG5 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 |
Variables | |
int | streamSetCompsArr [2 *STREAM_SET_COMPS+1] |
int | audioSetCompsArr [2 *AUDIO_SET_COMPS+1] |
int | videoSetCompsArr [2 *VID_SET_COMPS+1] |
int | rtgSetCompsArr [2 *RTG_SET_COMPS+1] |
int | stmCmpChoiceCompArr [STM_CMP_CHOICE_COMPS+1] |
Contains functions to decode MHEG-5 ASN.1 Stream, Audio, Video, RTGraphics class components.
Definition in file fpa1_stm.c.
#define AUDIO_SET_COMPS 4 |
Definition at line 42 of file fpa1_stm.c.
#define RTG_SET_COMPS 7 |
Definition at line 44 of file fpa1_stm.c.
#define STM_CMP_CHOICE_COMPS 3 |
Definition at line 46 of file fpa1_stm.c.
#define STREAM_SET_COMPS 8 |
Definition at line 41 of file fpa1_stm.c.
#define VID_SET_COMPS 6 |
Definition at line 43 of 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.