MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
dvbevents.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
3  * Copyright © 2013 Ocean Blue Software Ltd
4  *
5  * This file is part of a DTVKit Software Component
6  * You are permitted to copy, modify or distribute this file subject to the terms
7  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
8  *
9  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
10  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
11  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
12  *
13  * If you or your organisation is not a member of DTVKit then you have access
14  * to this source code outside of the terms of the licence agreement
15  * and you are expected to delete this and any associated files immediately.
16  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
17  *******************************************************************************/
25 #ifndef _DVBEVENTS_H
26 #define _DVBEVENTS_H
27 
28 /* Events generated in receiver and passed to MHEG5 engine */
29 typedef enum
30 {
32 
33  /* decoder has started playing an audio stream, 'data' set to 0 */
35 
36  /* decoder has stopped playing an audio stream, 'data' set to 0 */
38 
39  /* decoder has started playing an audio clip, 'data' set to 0 */
41 
42  /* decoder has stopped playing an audio clip, 'data' set to 0 */
44 
45  /* decoder has started playing an video stream, 'data' set to 0 */
47 
48  /* decoder has stopped playing an video stream, 'data' set to 0 */
50 
51  /* Event raised when */
53 
54  /* demux path for DSM-CC used by presentation engine (live path) has changed *
55  * 'data' set to path value */
57 
58  /* When user video preference causes change to Decoder Format Conversation. *
59  * It is not generated when the broadcast video changes aspect ratio, or when *
60  * a change affects only display format conversion. *
61  * 'data' can be set to Decoder Format Conversion */
63 
64  /* Network status has changed. 'data' set as defined by E_NETWORK_STATUS */
66 
67  /* Tell engine that DVP is ready to received streaming data (MHEG5 ICS) */
69 
70  /* Response to engine request for parental control guidance */
72 
73  /* Audio description presentation viewer preference changed *
74  * 'data' value 0 - normal audio, 'data' value 1 - Audio description */
76 
77  /* Subtitle presentation viewer preferences changed *
78  * 'data' value 1 for receiver to display DVB subtitles, value 0 for no subt */
80 
81  /* Notifies the MHEG5 engine when the audio language preferences changes */
83 
84  /* Notifies the MHEG5 engine when the subtitle language preferences change */
86 
87  /* When the list of events to be recorded by the PVR changes.
88  * Possible reasons for changes are:
89  * 1. event recorded,
90  * 2. event cancelled due to conflict. */
92 
93  /* When the list of events to be recorded by the PVR changes.
94  * Possible reasons for changes are:
95  * 1. event recorded,
96  * 2. event cancelled due to conflict. */
98 
99  /* Non-event - should not be generated */
101 } E_DvbEvent;
102 
103 #endif /* _DVBEVENTS_H */
E_DvbEvent
Definition: dvbevents.h:29
Definition: dvbevents.h:62
Definition: dvbevents.h:68
Definition: dvbevents.h:100
Definition: dvbevents.h:75
Definition: dvbevents.h:79
Definition: dvbevents.h:37
Definition: dvbevents.h:46
Definition: dvbevents.h:65
Definition: dvbevents.h:85
Definition: dvbevents.h:97
Definition: dvbevents.h:52
Definition: dvbevents.h:49
Definition: dvbevents.h:40
Definition: dvbevents.h:43
Definition: dvbevents.h:71
Definition: dvbevents.h:31
Definition: dvbevents.h:34
Definition: dvbevents.h:91
Definition: dvbevents.h:56
Definition: dvbevents.h:82