MHEG5  15.3.0
source/asn/src/fpa1_sce.c File Reference

Contains functions to decode MHEG-5 ASN.1 Scene class components. More...

#include <stdio.h>
#include <stdlib.h>
#include "vpa1_tgs.h"
#include "vpa1_rdf.h"
#include "fpa1_sce.h"
#include "fpa1_set.h"
#include "fpa1_seq.h"
#include "fpa1_syn.h"
#include "fpa1_BlockAlloc.h"

Defines

#define SCENE_SET_COMPS   14
#define SCENE_COORD_SYS_SEQ_COMPS   2
#define NEXT_SCENE_SEQ_COMPS   2

Variables

int sceneSetCompsArr [2 *SCENE_SET_COMPS+1]
int sneCoordSysSeqCompArr [2 *SCENE_COORD_SYS_SEQ_COMPS+1]
int nextSceneSeqCompArr [2 *NEXT_SCENE_SEQ_COMPS+1]

Detailed Description

Contains functions to decode MHEG-5 ASN.1 Scene class components.

Date:
25/02/00
Author:
J.F.Scully

Variable Documentation

int nextSceneSeqCompArr[2 *NEXT_SCENE_SEQ_COMPS+1]
Initial value:
 { 2 * NEXT_SCENE_SEQ_COMPS, 
       OCTETSTRING, SYN_NEEDED,
       INTEGER, SYN_NEEDED }
int sceneSetCompsArr[2 *SCENE_SET_COMPS+1]
Initial value:
 { 2 * SCENE_SET_COMPS,  
       
       EXTERNAL_REFERENCE_TYPE, SYN_NEEDED,
       STDID, SYN_OPTIONAL,
       STDVER, SYN_OPTIONAL,
       OBJINFO, SYN_OPTIONAL,
       STARTUP, SYN_OPTIONAL,
       CLOSEDOWN, SYN_OPTIONAL,
       GCPRIO, SYN_DEFAULT,
       ITEMS, SYN_OPTIONAL,
       
       INEVENT, SYN_NEEDED,
       SCENECOORDS, SYN_NEEDED,
       ASPECT, SYN_DEFAULT,
       MOVING, SYN_DEFAULT,
       NEXTSCN, SYN_OPTIONAL,
       OINPUTMASK, SYN_OPTIONAL  }
int sneCoordSysSeqCompArr[2 *SCENE_COORD_SYS_SEQ_COMPS+1]
Initial value:
 { 2 * SCENE_COORD_SYS_SEQ_COMPS, 
       INTEGER, SYN_NEEDED,
       INTEGER, SYN_NEEDED }
 All Data Structures Files Functions Variables Typedefs Defines