38 #ifndef _DVB_SERVICE_H
39 #define _DVB_SERVICE_H
66 #if defined INCLUDE_SI_EXTENSION
70 MHEG5_COMPONENT_SUBTITLES,
73 MHEG5_COMPONENT_AUDIO_DESC,
76 MHEG5_COMPONENT_ALT_LANG,
79 MHEG5_COMPONENT_DOLBY,
109 typedef struct s_eventdetails
228 #ifdef INCLUDE_SI_EXTENSION
243 S_ServiceDetails *details );
252 void DVB_MhegReleaseServiceDetails( S_ServiceDetails *details );
270 S_EventDetails *details );
279 void DVB_MhegReleaseEventDetails( S_EventDetails *details );
281 #ifdef INCLUDE_SA_PROFILE
354 U8BIT *runningStatus);
456 S_EventDetails *details);
481 BOOLEAN *result, E_ComponentKey key,
520 #ifdef INCLUDE_FREESAT
E_MhegErr DVB_MhegTuneIndex(S32BIT serviceIndex)
Tunes to the specified service. This MUST be a non-blocking function If the tuner fails to tune to th...
Definition: dvb_service.h:54
Define MHEG5 String type.
Definition: dvblocator.h:30
U16BIT transport_stream_id
Definition: dvb_service.h:59
E_MhegErr DVB_MhegIndexToDvbLocation(S32BIT serviceIndex, S_DvbLocation *pDvbLocation)
Convert Service index into full DVB location information. This being networkID, origNetworkID, transportStreamID, serviceID.
Definition: dtvstring.h:28
E_MhegErr DVB_MhegIndexToDvbLocator(S32BIT serviceIndex, S_DvbLocator *location)
Convert "service index" into DVB locator information. This being original network ID...
E_MhegErr DVB_MhegLcnToDvbLocator(U32BIT lcn, S_DvbLocator *pDvbLocator)
Convert Logical channel number into DVB locator information.
U16BIT original_network_id
Definition: dvb_service.h:57
E_MhegErr
Definition: mherrors.h:28
MHEG5 engine interface error codes.
uint8_t U8BIT
Definition: techtype.h:93
DMXREF DVB_MhegGetDemuxPath(void)
Retrieve demux resource reference.
int32_t S32BIT
Definition: techtype.h:98
U16BIT service_id
Definition: dvb_service.h:61
uint16_t U16BIT
Definition: techtype.h:95
E_MhegErr DVB_MhegGetTunedService(S32BIT *serviceIndex)
Retrieve the DVB locator of the current tuned service. That is, the real service according to the DVB...
System Wide Global Technical Data Type Definitions.
U16BIT network_id
Definition: dvb_service.h:63
Definition of DVB locator and DVB component types.
U8BIT BOOLEAN
Definition: techtype.h:112
E_MhegErr DVB_MhegDvbLocatorToIndex(S_DvbLocator *pDvbLocator, S32BIT *pServiceIndex)
Get a DVB implementation dependant service index - an integer greater or equal to 0...
uint32_t U32BIT
Definition: techtype.h:97
U8BIT DMXREF
Definition: dmxtype.h:32