Defines |
#define | STB_PVR_NAME_LEN 255 |
#define | STB_PVR_BASENAME_LEN 9 |
#define | STB_PVR_SERVICE_LEN 32 |
#define | STB_PVR_ADDITIONAL_INFO_LEN 255 |
#define | STB_PVR_NORMAL_PLAY_SPEED 100 |
#define | STB_PVR_INVALID_HANDLE 0 |
#define | STB_PVR_MAX_CRID_LEN 65 |
#define | STB_PVR_MAX_ADD_INFO_LEN 255 |
Enumerations |
enum | E_STB_PVR_FORMATMODE { FORMAT_START = 0,
FORMAT_PROGRESS = 1,
FORMAT_END = 2
} |
enum | E_STB_PVR_REPAIRMODE { REPAIR_ENQUIRE = 0,
REPAIR_START = 1,
REPAIR_PROGRESS = 2,
REPAIR_END = 3
} |
Functions |
BOOLEAN | STB_PVRInitialise (void) |
void | STB_PVRSetStandbyState (BOOLEAN state) |
BOOLEAN | STB_PVRIsInitialised (void) |
U16BIT | STB_PVRGetDefaultDisk (void) |
BOOLEAN | STB_PVRCanDiskBeUsed (U16BIT disk_id) |
BOOLEAN | STB_PVRFormat (U16BIT disk_id, E_STB_PVR_FORMATMODE mode, U8BIT *prog) |
BOOLEAN | STB_PVRRepair (U16BIT disk_id, E_STB_PVR_REPAIRMODE mode, U8BIT *prog) |
void | STB_PVRUpdateRecordings (BOOLEAN force_load) |
BOOLEAN | STB_PVRIsValidHandle (U32BIT handle) |
BOOLEAN | STB_PVRCreateRecording (U16BIT disk_id, U8BIT *name, U32BIT *handle) |
BOOLEAN | STB_PVRDestroyRecording (U32BIT handle) |
void | STB_PVRSaveRecording (U32BIT handle) |
U16BIT | STB_PVRGetRecordingHandles (U32BIT **handle_array) |
void | STB_PVRReleaseRecordingHandles (U32BIT *handle_array) |
BOOLEAN | STB_PVRFindRecordingFromCrid (U8BIT *prog_crid, U32BIT *handle) |
BOOLEAN | STB_PVRFindNextSplitRecording (U32BIT curr_handle, U32BIT *next_handle) |
U32BIT | STB_PVRGetHandleForRecordingIndex (U8BIT rec_index) |
void | STB_PVRRecordingSetName (U32BIT handle, U8BIT *name) |
U8BIT * | STB_PVRRecordingGetName (U32BIT handle) |
BOOLEAN | STB_PVRRecordingGetDateTime (U32BIT handle, U16BIT *date, U8BIT *hours, U8BIT *mins, U8BIT *secs) |
BOOLEAN | STB_PVRRecordingGetLength (U32BIT handle, U8BIT *length_hours, U8BIT *length_mins, U8BIT *length_secs, U32BIT *rec_size_kb) |
U16BIT | STB_PVRRecordingGetDiskId (U32BIT handle) |
void | STB_PVRRecordingSetSeries (U32BIT handle) |
void | STB_PVRRecordingSetRecommendation (U32BIT handle) |
BOOLEAN | STB_PVRRecordingGetRecommendation (U32BIT handle) |
BOOLEAN | STB_PVRRecordingGetSeries (U32BIT handle) |
void | STB_PVRRecordingSetOtherCrid (U32BIT handle, U8BIT *crid) |
BOOLEAN | STB_PVRRecordingGetOtherCrid (U32BIT handle, U8BIT *crid, U16BIT name_len) |
void | STB_PVRRecordingSetAdditionalInfo (U32BIT handle, U8BIT *additional_info) |
| Sets the additional info string for a recording.
|
U8BIT * | STB_PVRRecordingGetAdditionalInfo (U32BIT handle) |
| Gets the additional info string pointer for a recording.
|
void | STB_PVRRecordingSetParentalRatingAge (U32BIT handle, U32BIT parental_rating) |
| Sets the parental rating age for the specified recording.
|
U32BIT | STB_PVRRecordingGetParentalRating (U32BIT handle) |
| Returns the parental rating age for the specified recording as set by STB_PVRRecordingSetParentalRatingAge.
|
void | STB_PVRRecordingSetStartPadding (U32BIT handle, S32BIT start_padding) |
| Sets the start padding value for the specified recording.
|
S32BIT | STB_PVRRecordingGetStartPadding (U32BIT handle) |
| Gets the start padding value for the specified recording as set by STB_PVRRecordingSetStartPadding.
|
void | STB_PVRRecordingSetEndPadding (U32BIT handle, S32BIT end_padding) |
| Sets the end padding value for the specified recording.
|
S32BIT | STB_PVRRecordingGetEndPadding (U32BIT handle) |
| Gets the end padding value for the specified recording as set by STB_PVRRecordingSetEndPadding.
|
void | STB_PVRRecordingSetServiceName (U32BIT handle, U8BIT *service_name) |
BOOLEAN | STB_PVRRecordingGetServiceName (U32BIT handle, U8BIT *service_name, U16BIT name_len) |
void | STB_PVRRecordingSetDescription (U32BIT handle, U8BIT *description) |
BOOLEAN | STB_PVRRecordingGetDescription (U32BIT handle, U8BIT *description, U16BIT desc_len) |
U16BIT | STB_PVRRecordingGetDescriptionLen (U32BIT handle) |
void | STB_PVRRecordingSetExtendedDescription (U32BIT handle, U8BIT *description) |
BOOLEAN | STB_PVRRecordingGetExtendedDescription (U32BIT handle, U8BIT *description, U16BIT desc_len) |
U16BIT | STB_PVRRecordingGetExtendedDescriptionLen (U32BIT handle) |
void | STB_PVRRecordingSetCrid (U32BIT handle, U8BIT *crid) |
BOOLEAN | STB_PVRRecordingGetCrid (U32BIT handle, U8BIT *crid, U16BIT name_len) |
BOOLEAN | STB_PVRRecordingSetLocked (U32BIT handle, BOOLEAN state) |
BOOLEAN | STB_PVRRecordingGetLocked (U32BIT handle) |
BOOLEAN | STB_PVRRecordingSetSelected (U32BIT handle, BOOLEAN state) |
BOOLEAN | STB_PVRRecordingGetSelected (U32BIT handle) |
BOOLEAN | STB_PVRRecordingIsEncrypted (U32BIT handle) |
BOOLEAN | STB_PVRRecordingSetParentalLock (U32BIT handle, BOOLEAN state) |
BOOLEAN | STB_PVRRecordingGetParentalLock (U32BIT handle) |
BOOLEAN | STB_PVRRecordingSetGuidance (U32BIT handle, U8BIT *text) |
BOOLEAN | STB_PVRRecordingHasGuidance (U32BIT handle) |
BOOLEAN | STB_PVRRecordingGetGuidance (U32BIT handle, U8BIT *text, U16BIT text_len) |
U16BIT | STB_PVRRecordingGetGuidanceLen (U32BIT handle) |
BOOLEAN | STB_PVRRecordingSetCicamId (U32BIT handle, U8BIT *cicam_id, U8BIT id_len) |
BOOLEAN | STB_PVRRecordingGetCicamId (U32BIT handle, U8BIT *cicam_id, U8BIT id_len) |
BOOLEAN | STB_PVRRecordingAddURI (U32BIT handle, U8BIT *uri) |
BOOLEAN | STB_PVRRecordingUpdateURI (U32BIT handle, U8BIT *uri) |
BOOLEAN | STB_PVRRecordingAddLicence (U32BIT handle, U8BIT *licence, U16BIT licence_len) |
BOOLEAN | STB_PVRRecordingUpdateLicence (U32BIT handle, U8BIT *licence, U16BIT licence_len) |
BOOLEAN | STB_PVRRecordingAddPin (U32BIT handle, U8BIT age_rating, U8BIT *private_data, U16BIT date_code, U8BIT hour, U8BIT min, U8BIT secs) |
BOOLEAN | STB_PVRIsBeingRecorded (U32BIT handle) |
U32BIT | STB_PVRGetTimeOfAllRecordings (U16BIT disk_id) |
U32BIT | STB_PVRGetSizeOfAllRecordings (U16BIT disk_id) |
BOOLEAN | STB_PVRGetSubtitlePlaybackInfo (U32BIT handle, U16BIT *pid, U16BIT *cpage, U16BIT *apage) |
BOOLEAN | STB_PVRGetTeletextPlaybackInfo (U32BIT handle, U16BIT *pid, U8BIT *magazine, U8BIT *page) |
BOOLEAN | STB_PVRGetADPlaybackInfo (U32BIT handle, U16BIT *pid, BOOLEAN *broadcast_mix) |
BOOLEAN | STB_PVRStartPlayingAD (U8BIT path) |
BOOLEAN | STB_PVRStopPlayingAD (U8BIT path) |
BOOLEAN | STB_PVRToggleBookmark (U8BIT path) |
BOOLEAN | STB_PVRGotoNextBookmark (U8BIT path) |
U16BIT | STB_PVRGetBookmarks (U8BIT path, U32BIT **bookmarks) |
U16BIT | STB_PVRGetBookmarksForRecording (U32BIT handle, U32BIT **bookmarks) |
void | STB_PVRReleaseBookmarks (U32BIT *bookmarks) |
void | STB_PVRPlaybackNotifyTime (U8BIT path) |
BOOLEAN | STB_PVRStartPlaying (U8BIT path, U32BIT handle, BOOLEAN resume) |
BOOLEAN | STB_PVRIsPlaying (U8BIT path, U32BIT *handle) |
void | STB_PVRStopPlaying (U8BIT path) |
BOOLEAN | STB_PVRRecordingGetTriplet (U32BIT handle, U16BIT *serv_id, U16BIT *ts_id, U16BIT *orig_net_id) |
void | STB_PVRStartPlayRunning (U8BIT decoder) |
void | STB_PVRStartPlayPaused (U8BIT decoder) |
void | STB_PVRStartPlaySync (U8BIT decoder) |
BOOLEAN | STB_PVRIsPlayAudio (U8BIT decoder) |
BOOLEAN | STB_PVRIsPlayVideo (U32BIT handle) |
BOOLEAN | STB_PVRSetRecordingPids (U8BIT path, U16BIT num_pids, S_PVR_PID_INFO *pid_array) |
BOOLEAN | STB_PVRUpdateRecordingPids (U8BIT path, U16BIT num_pids, S_PVR_PID_INFO *pid_array) |
BOOLEAN | STB_PVRSetRecoringTriplet (U8BIT path, U16BIT serv_id, U16BIT ts_id, U16BIT orig_net_id) |
void | STB_PVRSetSubtitleRecordingInfo (U32BIT handle, U16BIT pid, U16BIT cpage, U16BIT apage) |
void | STB_PVRSetADRecordingInfo (U32BIT handle, U16BIT pid, BOOLEAN broadcast_mix) |
BOOLEAN | STB_PVRStartRecording (U8BIT path, U32BIT handle) |
BOOLEAN | STB_PVRPauseRecording (U8BIT path) |
BOOLEAN | STB_PVRResumeRecording (U8BIT path) |
void | STB_PVRStopRecording (U8BIT path) |
BOOLEAN | STB_PVRIsRecording (U8BIT path, U32BIT *handle) |
void | STB_PVRStartRecordRunning (U8BIT path) |
void | STB_PVRStartRecordPaused (U8BIT path, U32BIT timeshift_seconds) |
BOOLEAN | STB_PVRIsRecordVideo (U8BIT path) |
BOOLEAN | STB_PVRIsRecordAudio (U8BIT path) |
void | STB_PVREncryptRecording (U8BIT path, BOOLEAN state) |
void | STB_PVRPlayNormal (U8BIT decoder) |
BOOLEAN | STB_PVRIsPlayNormal (U8BIT decoder) |
void | STB_PVRPlayPause (U8BIT decoder) |
BOOLEAN | STB_PVRIsPlayPause (U8BIT decoder) |
void | STB_PVRPlayForward (U8BIT decoder) |
BOOLEAN | STB_PVRIsPlayForward (U8BIT decoder) |
void | STB_PVRPlayReverse (U8BIT decoder) |
BOOLEAN | STB_PVRIsPlayReverse (U8BIT decoder) |
void | STB_PVRPlayFrameInc (U8BIT decoder) |
void | STB_PVRPlayFrameDec (U8BIT decoder) |
void | STB_PVRPlayMedium (U8BIT decoder) |
BOOLEAN | STB_PVRIsPlayMedium (U8BIT decoder) |
void | STB_PVRPlaySlower (U8BIT decoder, BOOLEAN include_slow_speeds) |
BOOLEAN | STB_PVRIsPlaySlowest (U8BIT decoder) |
void | STB_PVRPlayFaster (U8BIT decoder, BOOLEAN include_slow_speeds) |
BOOLEAN | STB_PVRIsPlayFastest (U8BIT decoder) |
S16BIT | STB_PVRGetMinPlaySpeed (U8BIT path) |
S16BIT | STB_PVRGetMaxPlaySpeed (U8BIT path) |
void | STB_PVRDiskUsed (U16BIT disk_id, U8BIT *hours, U8BIT *mins) |
void | STB_PVRDiskFree (U16BIT disk_id, U8BIT *hours, U8BIT *mins) |
U32BIT | STB_PVRDiskSize (U16BIT disk_id) |