11 #include "pvr/IPVRComponent.h" 12 #include "pvr/settings/PVRSettings.h" 13 #include "utils/ContentUtils.h" 125 bool CheckResumeRecording(
const CFileItem& item)
const;
131 void CheckAndSwitchToFullscreen(
bool bFullscreen)
const;
bool ResumePlayRecording(const CFileItem &item, bool bFallbackToPlay) const
Resume a previously not completely played recording.
Definition: PVRGUIActionsPlayback.cpp:83
Definition: ContextMenuManager.h:24
void SeekBackward(unsigned int iThreshold)
Seek to the start of the previous epg event in timeshift buffer, relative to the currently playing ev...
Definition: PVRGUIActionsPlayback.cpp:519
bool SwitchToChannel(const CFileItem &item, bool bCheckResume) const
Switch channel.
Definition: PVRGUIActionsPlayback.cpp:236
bool PlayEpgTag(const CFileItem &item, ContentUtils::PlayMode mode=ContentUtils::PlayMode::CHECK_AUTO_PLAY_NEXT_ITEM) const
Play EPG tag.
Definition: PVRGUIActionsPlayback.cpp:191
void SeekForward()
Seek to the start of the next epg event in timeshift buffer, relative to the currently playing event...
Definition: PVRGUIActionsPlayback.cpp:481
PlayMode
Defines play modes to be used in conjunction with the setting "play next video|song automatically"...
Definition: ContentUtils.h:22
bool PlayMedia(const CFileItem &item) const
Playback the given file item.
Definition: PVRGUIActionsPlayback.cpp:444
bool PlayChannelOnStartup() const
Plays the last played channel or the first channel of TV or Radio on startup.
Definition: PVRGUIActionsPlayback.cpp:414
Definition: IPVRComponent.h:13
bool PlayRecordingFolder(const CFileItem &item, bool bCheckResume) const
Play a recording folder.
Definition: PVRGUIActionsPlayback.cpp:172
bool PlayRecording(const CFileItem &item, bool bCheckResume) const
Play recording.
Definition: PVRGUIActionsPlayback.cpp:112
Definition: PVRSettings.h:27
Represents a file on a share.
Definition: FileItem.h:102
Definition: PVRGUIActionsPlayback.h:28