![]() |
MHEG5
22.3.0
|
Implementation of the resident programs which are defined by the current profile. More...
Go to the source code of this file.
Functions | |
void | MHEG5ProgramSetStartFunc (MHEG5Program *program) |
Test if the program NAME is included in this profile and get the start function to execute. More... | |
void | MHEG5NotifyBookingResult (E_MhegErr result) |
This should be called, and only called, when DVB_MhegPvrMakeBooking() has previously returned with MHEG5_RESULT_PENDING. This is a non-blocking function. More... | |
Implementation of the resident programs which are defined by the current profile.
void MHEG5NotifyBookingResult | ( | E_MhegErr | result | ) |
This should be called, and only called, when DVB_MhegPvrMakeBooking() has previously returned with MHEG5_RESULT_PENDING. This is a non-blocking function.
result | Result as described below in DVB_MhegPvrMakeBooking(), can be MHERR_OK or MHERR_ALTERNATIVE_FOUND for success, or MHERR_CONFLICT for "booking cancelled by user" |
void MHEG5ProgramSetStartFunc | ( | MHEG5Program * | program | ) |
Test if the program NAME is included in this profile and get the start function to execute.
program | Program object to test |