MHEG5  15.3.0
source/core/inc/mh5prgs.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  *******************************************************************************/
00027 #ifndef _MH5PRGS_H
00028 #define _MH5PRGS_H
00029 
00030 /*---includes for this file--------------------------------------------------*/
00031 
00032 #include "mh5program.h"
00033 #include "mherrors.h"
00034 
00035 /*---Constant and macro definitions for public use---------------------------*/
00036 
00037 /*---Enumerations for public use---------------------------------------------*/
00038 
00039 /*---Global type defs for public use-----------------------------------------*/
00040 
00041 /*---Global variable declarations for public use-----------------------------*/
00042 
00043 /*---Global Function prototypes for public use-------------------------------*/
00044 
00051 void MHEG5ProgramSetStartFunc(MHEG5Program *program);
00052 
00053 
00054 #ifdef INCLUDE_ICS
00055 
00063 void MHEG5notifyStreamPerformanceMeasurement(MHEG5Root *root, MHEG5Int speed);
00064 
00065 
00073 void MHEG5notifyGuidanceResponse(MHEG5Bool result);
00074 #endif /* INCLUDE_ICS */
00075 
00085 void MHEG5NotifyBookingResult(E_MhegErr result);
00086 
00087 #ifdef INCLUDE_CONNECTED_TV
00088 /*******************************************************************************
00089 *@begin
00090 * NAME: MHEG5notifyApplicationLaunchStatus
00091 *       Pass a response from the external application to the ApplicationLaunch
00092 *       resident program.
00093 *       
00094 * Returns : void
00095 * 
00096 * Parameter     Flow    Description
00097 * ------------------------------------------------------------------------------
00098 * success       IN      Indicates whether the application was launched
00099 *
00100 * Externals     Flow    Usage
00101 * ------------------------------------------------------------------------------
00102 * 
00103 * Additional information:
00104 *
00105 * This function is invoked as part of the Deactivate action on a resident program.
00106 *
00107 *@end
00108 *******************************************************************************/
00109 void MHEG5notifyApplicationLaunchStatus(MHEG5Bool success);
00110 #endif  /* INCLUDE_CONNECTED_TV */
00111 
00112 #endif /*_MH5PRGS_H*/
 All Data Structures Files Functions Variables Typedefs Defines