S_PVR_TIME offset
Definition: dvb_pvr.h:63
S_STRING crid
Definition: dvb_pvr.h:97
Define MHEG5 String type.
Definition: dvblocator.h:30
U8BIT day
Definition: dvb_pvr.h:49
U8BIT minute
Definition: dvb_pvr.h:55
S_STRING title
Definition: dvb_pvr.h:81
Definition: dtvstring.h:28
S32BIT type
Definition: dvb_pvr.h:98
S_BOOKING * bookings
Definition: dvb_pvr.h:85
struct s_booking S_BOOKING
S_PVR_DATE date
Definition: dvb_pvr.h:61
U8BIT hour
Definition: dvb_pvr.h:54
E_MhegErr
Definition: mherrors.h:28
U32BIT num_locs
Definition: dvb_pvr.h:70
MHEG5 engine interface error codes.
uint8_t U8BIT
Definition: techtype.h:93
E_MhegErr PVR_CancelBooking(S_STRING crid, U16BIT crid_type)
Removes an event from the PVR schedule.
struct s_booking * next
Definition: dvb_pvr.h:69
S_PVR_TIME time
Definition: dvb_pvr.h:62
S_CRID_REC * PVR_ListBookings(U16BIT *number)
Returns an array of CRIDs (and CRID types for NZ profile) that are being monitored by the PVR...
struct s_crid_rec S_CRID_REC
S32BIT type
Definition: dvb_pvr.h:80
int32_t S32BIT
Definition: techtype.h:98
void PVR_ReleaseList(S_CRID_REC *crid_array)
MHEG indicates that it is finished using the array returned by PVR_ListBookings(). For example, platforms that malloc memory for this, may wish to free the memory here.
uint16_t U16BIT
Definition: techtype.h:95
System Wide Global Technical Data Type Definitions.
E_MhegErr PVR_MakeBooking(S_STRING crid, S_CRID_DETAILS *details)
The function adds an event to the PVR’s list of scheduled events to record. The type of CRID can be an...
U16BIT year
Definition: dvb_pvr.h:47
S_CRID_DETAILS * PVR_GetDetails(S_STRING crid)
Required by Australia profile only. Returns the type, name, description and a single booking section ...
struct s_location S_LOCATION
S_LOCATION * p_locs
Definition: dvb_pvr.h:71
S_DVB_LOCATOR dvb_loc
Definition: dvb_pvr.h:60
void PVR_ReleaseDetails(S_CRID_DETAILS *details)
Required by Australia profile only. MHEG indicates that it is finished using the CRID details returne...
S_PVR_TIME duration
Definition: dvb_pvr.h:64
U8BIT month
Definition: dvb_pvr.h:48
S_STRING description
Definition: dvb_pvr.h:82
uint32_t U32BIT
Definition: techtype.h:97