36 HBBTV_CHANNEL_CHANGE_SUCCEEDED,
37 HBBTV_CHANNEL_CHANGE_WRONG_TUNER,
38 HBBTV_CHANNEL_CHANGE_NO_SIGNAL,
39 HBBTV_CHANNEL_CHANGE_TUNER_IN_USE,
40 HBBTV_CHANNEL_CHANGE_PARENTAL_LOCKED,
41 HBBTV_CHANNEL_CHANGE_ENCRYPTED,
42 HBBTV_CHANNEL_CHANGE_UNKNOWN_CHANNEL,
43 HBBTV_CHANNEL_CHANGE_INTERRUPTED,
44 HBBTV_CHANNEL_CHANGE_RECORDING_IN_PROGRESS,
45 HBBTV_CHANNEL_CHANGE_INSUFFICIENT_RESOURCES,
46 HBBTV_CHANNEL_CHANGE_CHANNEL_NOT_IN_TS,
47 HBBTV_CHANNEL_CHANGE_UNKNOWN_ERROR
48 } E_HBBTV_CHANNEL_CHANGE_STATUS;
52 HBBTV_RECORDING_NEWLY_SCHEDULED,
53 HBBTV_RECORDING_ABOUT_TO_START,
54 HBBTV_RECORDING_ACQUIRING_RESOURCES,
55 HBBTV_RECORDING_STARTED,
56 HBBTV_RECORDING_UPDATED,
57 HBBTV_RECORDING_COMPLETED,
58 HBBTV_RECORDING_PART_COMPLETED,
59 HBBTV_RECORDING_FAILED_RESOURCE_LIMITATION,
60 HBBTV_RECORDING_FAILED_INSUFFICIENT_STORAGE,
61 HBBTV_RECORDING_FAILED_TUNER_CONFLICT,
62 HBBTV_RECORDING_FAILED_NOT_ALLOWED,
63 HBBTV_RECORDING_FAILED_UNKNOWN_ERROR,
64 HBBTV_RECORDING_DELETED,
65 HBBTV_RECORDING_TS_STARTING,
66 HBBTV_RECORDING_TS_STARTED,
67 HBBTV_RECORDING_TS_STOPPED,
68 HBBTV_RECORDING_TS_NOT_POSSIBLE,
69 HBBTV_RECORDING_TS_NOT_ALLOWED,
70 HBBTV_RECORDING_TS_FAILED
71 } E_HBBTV_RECORDING_EVENT;
113 E_HBBTV_CHANNEL_CHANGE_STATUS status);
void HBBTV_NotifyChannelChangeStatus(U16BIT onet_id, U16BIT trans_id, U16BIT serv_id, E_HBBTV_CHANNEL_CHANGE_STATUS status)
Notifies the HbbTV engine of a change in the status of the service identified by the specified DVB tr...
void HBBTV_ProcessAitSection(U16BIT service_id, U8BIT *data, U32BIT nbytes)
Requests the HbbTV engine to process the specified AIT. The HbbTV engine expects the relevant AITs on...
void HBBTV_NotifyProgrammeChanged(void)
Notifies the HbbTV engine that the present/following events have changed on the current service...
void HBBTV_NotifyParentalRatingChange(BOOLEAN blocked)
Notifies the HbbTV engine that the parental rating of the currently playing service has changed...
void HBBTV_NotifyServiceListChange(void)
Notifies the HbbTV ending that it must update Service list. This will cause the engine to subsequentl...
System Wide Global Technical Data Type Definitions.
void HBBTV_NotifyPlaySpeedChanged(S16BIT speed)
Notify the video broadcast object that the timeshift play speed has changed.
void HBBTV_NotifyRecordingEvent(U32BIT id, E_HBBTV_RECORDING_EVENT event)
Notifies the HbbTV engine of a recording event.