MythTV
master
|
Go to the source code of this file.
Classes | |
class | TunerStatus |
recording status stuff More... | |
MTV_PUBLIC uint RemoteGetState | ( | uint | inputid | ) |
Definition at line 32 of file tvremoteutil.cpp.
Referenced by TVRec::StartRecording().
MTV_PUBLIC uint RemoteGetFlags | ( | uint | inputid | ) |
Definition at line 14 of file tvremoteutil.cpp.
MTV_PUBLIC bool RemoteRecordPending | ( | uint | inputid, |
const ProgramInfo * | pginfo, | ||
std::chrono::seconds | secsleft, | ||
bool | hasLater | ||
) |
Definition at line 51 of file tvremoteutil.cpp.
Referenced by TVRec::CancelNextRecording(), and TVRec::RecordPending().
MTV_PUBLIC bool RemoteStopLiveTV | ( | uint | inputid | ) |
Definition at line 77 of file tvremoteutil.cpp.
MTV_PUBLIC bool RemoteStopRecording | ( | uint | inputid | ) |
Definition at line 99 of file tvremoteutil.cpp.
Referenced by ScheduleCommon::customEvent(), PBHEventHandler::event(), and TVRec::StartRecording().
MTV_PUBLIC void RemoteStopRecording | ( | const ProgramInfo * | pginfo | ) |
Definition at line 121 of file tvremoteutil.cpp.
MTV_PUBLIC void RemoteCancelNextRecording | ( | uint | inputid, |
bool | cancel | ||
) |
Definition at line 129 of file tvremoteutil.cpp.
Referenced by TV::HandleOSDAskAllow().
Definition at line 138 of file tvremoteutil.cpp.
Referenced by TV::IsTunableOn(), TV::MenuItemDisplayPlayback(), RemoteGetFreeRecorderCount(), RemoteRequestFreeInputList(), RemoteRequestFreeRecorderFromList(), RemoteRequestFreeRecorderList(), RemoteRequestNextFreeRecorder(), RemoteRequestRecorder(), and TV::SwitchSource().
MTV_PUBLIC int RemoteGetFreeRecorderCount | ( | void | ) |
Definition at line 169 of file tvremoteutil.cpp.
Referenced by isLiveTVAvailable(), TV::MenuLazyInit(), and TV::StartTV().
MTV_PUBLIC RemoteEncoder* RemoteRequestRecorder | ( | void | ) |
Definition at line 292 of file tvremoteutil.cpp.
MTV_PUBLIC RemoteEncoder* RemoteRequestNextFreeRecorder | ( | int | curr | ) |
Definition at line 181 of file tvremoteutil.cpp.
Referenced by TV::RequestNextRecorder(), and TV::SwitchInputs().
MTV_PUBLIC RemoteEncoder* RemoteRequestFreeRecorderFromList | ( | const QStringList & | qualifiedRecorders, |
uint | excluded_input | ||
) |
Definition at line 265 of file tvremoteutil.cpp.
Referenced by TV::ChangeChannel(), TV::HandleStateChange(), and TV::SwitchInputs().
MTV_PUBLIC RemoteEncoder* RemoteGetExistingRecorder | ( | const ProgramInfo * | pginfo | ) |
Definition at line 313 of file tvremoteutil.cpp.
Referenced by FlagCommercials(), TV::HandleStateChange(), RemoteRequestFreeRecorderFromList(), RemoteRequestNextFreeRecorder(), RemoteRequestRecorder(), TV::RequestNextRecorder(), and Transcode::TranscodeFile().
MTV_PUBLIC RemoteEncoder* RemoteGetExistingRecorder | ( | int | recordernum | ) |
Definition at line 338 of file tvremoteutil.cpp.
MTV_PUBLIC std::vector<uint> RemoteRequestFreeRecorderList | ( | uint | excluded_input | ) |
Definition at line 228 of file tvremoteutil.cpp.
MTV_PUBLIC std::vector<uint> RemoteRequestFreeInputList | ( | uint | excluded_input | ) |
Definition at line 246 of file tvremoteutil.cpp.
Referenced by GuideGrid::RunProgramGuide().
MTV_PUBLIC bool RemoteIsBusy | ( | uint | inputid, |
InputInfo & | busy_input | ||
) |
Definition at line 363 of file tvremoteutil.cpp.
Referenced by ChannelBase::IsInputAvailable(), TVRec::run(), TV::ShowOSDAskAllow(), and TVRec::StartRecording().
MTV_PUBLIC bool RemoteGetRecordingStatus | ( | std::vector< TunerStatus > * | tunerList = nullptr , |
bool | list_inactive = false |
||
) |
Definition at line 401 of file tvremoteutil.cpp.