vuduo4k/vuduo4kse/vuultimo4k/vuuno4kse: HDMI input as mode and PiP added

Conflicts:
	src/neutrino.cpp
This commit is contained in:
BPanther
2021-05-09 23:00:45 +02:00
committed by Thilo Graf
parent 2cb4fc0ff9
commit f841b55c65
27 changed files with 238 additions and 70 deletions

View File

@@ -117,7 +117,7 @@ private:
void tvMode( bool rezap = true );
void radioMode( bool rezap = true );
void scartMode( bool bOnOff );
void AVInputMode( bool bOnOff );
void standbyMode( bool bOnOff, bool fromDeepStandby = false );
void getAnnounceEpgName(CTimerd::RecordingInfo * eventinfo, std::string &name);
@@ -169,6 +169,10 @@ public:
void channelsInit(bool bOnly = false);
int run(int argc, char **argv);
bool avinput_pip;
void StartAVInputPiP();
void StopAVInputPiP();
//callback stuff only....
int exec(CMenuTarget* parent, const std::string & actionKey);