DVBCore
1.0
Open source DVB engine
|
Header file - Function prototype for init function. More...
Go to the source code of this file.
Typedefs | |
typedef enum e_hw_subt_control | E_HW_SUBT_CONTROL_MASK |
Enumerations | |
enum | e_hw_subt_control { HW_SUBT_NONE = 0, HW_SUBT_EBU = 1, HW_SUBT_DVB = 2 } |
Functions | |
void | STB_HWInitialise (E_HW_SUBT_CONTROL_MASK hw_subt) |
Initialise the platform layer by calling the platform layer initialisation functions that are appropriate for this platform. | |
void | STB_HWEnterStandby (void) |
Perform any operations required before entering standby. | |
void | STB_HWLeaveStandby (void) |
Perform any operations required when coming out of standby. |
Header file - Function prototype for init function.
void STB_HWEnterStandby | ( | void | ) |
Perform any operations required before entering standby.
none |
void STB_HWInitialise | ( | E_HW_SUBT_CONTROL_MASK | hw_subt | ) |
Initialise the platform layer by calling the platform layer initialisation functions that are appropriate for this platform.
hw_subt | The subtitling mode mask, indicates which types of subtitles are required |
void STB_HWLeaveStandby | ( | void | ) |
Perform any operations required when coming out of standby.
none |