MHEG5  15.3.0
source/asn/inc/asn1_createScene.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
00003  * Copyright © 2004 Ocean Blue Software Ltd
00004  * Copyright © 2000 Koninklijke Philips Electronics N.V
00005  *
00006  * This file is part of a DTVKit Software Component
00007  * You are permitted to copy, modify or distribute this file subject to the terms
00008  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
00009  * 
00010  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
00011  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
00012  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
00013  * 
00014  * If you or your organisation is not a member of DTVKit then you have access
00015  * to this source code outside of the terms of the licence agreement
00016  * and you are expected to delete this and any associated files immediately.
00017  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
00018  *******************************************************************************/
00028 #ifndef _ASN1_CREATE_SCENE_H
00029 #define _ASN1_CREATE_SCENE_H
00030 
00031 /*---includes for this file--------------------------------------------------*/
00032 
00033 /*---Constant and macro definitions for public use---------------------------*/
00034 
00035 /*---Enumerations for public use---------------------------------------------*/
00036 
00037 /*---Global type defs for public use-----------------------------------------*/
00038 
00039 /*---Global variable declarations for public use-----------------------------*/
00040 
00041 /*---Global Function prototypes for public use-------------------------------*/
00042 
00043 /*******************************************************************************
00044  *@begin
00045  * NAME: asn1_decodeScene
00046  *       decodes Scene class.
00047  *       Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A,
00048  *       section [A.3] for details of ASN.1 representation.
00049  *
00050  * Returns : asnErr
00051  *
00052  * Parameter     Flow    Description
00053  * ------------------------------------------------------------------------------
00054  * *listPtr      in      pointer to current fpa1_syntaxList item
00055  * *scene        in/out  Pointer to scene class being decoded.
00056  *
00057  * Externals     Flow    Usage
00058  * ------------------------------------------------------------------------------
00059  *
00060  * Additional information:
00061  *
00062  *@end
00063  *******************************************************************************/
00064 asnErr asn1_decodeScene(fpa1_syntaxList *listPtr, MHEG5Scene *scene);
00065 
00066 #endif /*_ASN1_CREATE_SCENE_H*/
 All Data Structures Files Functions Variables Typedefs Defines