59 #ifdef INCLUDE_FREESAT
62 MHEG5_ICS_PIN_REQ_NEVER,
63 MHEG5_ICS_PIN_REQ_GUIDANCE_ONLY,
64 MHEG5_ICS_PIN_REQ_ALWAYS
69 MHEG5_ICS_PIN_STATUS_NOT_REQUIRED,
70 MHEG5_ICS_PIN_STATUS_OK,
71 MHEG5_ICS_PIN_STATUS_INVALID
238 #ifdef INCLUDE_FREESAT
266 E_MhegErr DVB_MhegGetPINRequirement(E_ICSPinReq *status);
280 E_MhegErr DVB_MhegValidatePIN(
U8BIT *pin, E_ICSPinStatus *status);
E_MhegErr DVB_MhegStreamSetup(U8BIT *pmt, S_ICSKeys *keys, E_ICSStatus *status)
This function tells the external application that an IC delivered stream is to be played using DVB_Mh...
E_MhegErr DVB_MhegStreamAudioSetVolume(S32BIT volumeAdjust)
Set volume for audio component of the currently playing IC stream This function is equivalent to DVB_...
E_VideoTermination
Definition: dvb_ics.h:39
U32BIT DVB_MhegStreamHandleData(U8BIT *data, U32BIT len, BOOLEAN last)
Handle transport stream data. The data is part of a single-program transport stream, containing audio, video and/or subtitles (in one or more languages). The video is H.264 SD video and the audio is HE-AAC audio. The stream contains PAT and PMT (other SI data can be ignored). This function can block until the data has been processed / buffered. It may also return when part of the block has been processed. This would cause a subsequent call with the rest of the block. When the last block is presented (last=TRUE), the function should indicate that the block has been completely processed only when this is a true reflection of the presentation status.
E_MhegErr DVB_MhegStreamResume(void)
Resume presentation of audio and/or video components of the currently playing IC delivered stream...
const char * data
Definition: mh5gate.c:65
E_MhegErr DVB_MhegGetPINSupport(E_ICSPinSupport *support)
Returns the PIN support in the receiver. This MUST be a non-blocking function, returning results imme...
E_MhegErr DVB_MhegPromptForGuidance(U8BIT *restriction, BOOLEAN show)
This function asks the external application to obtain permission from the user to present IP-delivere...
E_MhegErr
Definition: mherrors.h:28
MHEG5 engine interface error codes.
S32BIT video_component_tag
Definition: dvb_ics.h:83
E_ICSStatus
Definition: dvb_ics.h:46
uint8_t U8BIT
Definition: techtype.h:93
U16BIT num_pids
Definition: dvb_ics.h:99
BOOLEAN video_active
Definition: dvb_ics.h:81
S32BIT audio_component_tag
Definition: dvb_ics.h:82
E_MhegErr DVB_MhegStreamPause(void)
Pause presentation of audio and/or video components of the currently playing IC delivered stream...
E_ICSPinSupport
Definition: dvb_ics.h:52
int len
Definition: mh5gate.c:66
BOOLEAN audio_active
Definition: dvb_ics.h:80
int32_t S32BIT
Definition: techtype.h:98
S_ICSPidInfo * pid_info
Definition: dvb_ics.h:98
uint16_t U16BIT
Definition: techtype.h:95
System Wide Global Technical Data Type Definitions.
U16BIT PID
Definition: dvb_ics.h:90
E_MhegErr DVB_MhegStreamSetComponents(S_ICSComponents *components)
Set A/V components from IC delivered stream. This function can be called at any time (even while IC d...
U8BIT BOOLEAN
Definition: techtype.h:112
E_MhegErr DVB_MhegStreamStop(void)
This function tells the external application that the IC delivered stream is stopped. Presentation of all stream components (audio, video and/or subtitles) should cease. This function may be called while DVB_MhegHandleStreamData is in progress. In this case DVB_MhegHandleStreamData should return indicating that the entire block has been processed.
uint32_t U32BIT
Definition: techtype.h:97
E_VideoTermination video_termination
Definition: dvb_ics.h:84