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

Origin commit data
------------------
Branch: ni/coolstream
Commit: a7a18a1dfe
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-05-09 (Sun, 09 May 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2021-05-09 23:00:45 +02:00
committed by vanhofen
parent 624251c888
commit 03407a852e
27 changed files with 221 additions and 71 deletions

View File

@@ -223,7 +223,7 @@ const CControlAPI::TyCgiCall CControlAPI::yCgiCallList[]=
{"videoformat", &CControlAPI::VideoFormatCGI, "text/plain"},
{"videooutput", &CControlAPI::VideoOutputCGI, "text/plain"},
{"vcroutput", &CControlAPI::VCROutputCGI, "text/plain"},
{"scartmode", &CControlAPI::ScartModeCGI, "text/plain"},
{"avinputmode", &CControlAPI::AVInputModeCGI, "text/plain"},
{"audio", &CControlAPI::AudioCGI, "text/plain"},
{"crypt", &CControlAPI::CryptCGI, "text/plain"},
// timer
@@ -479,8 +479,8 @@ void CControlAPI::GetModeCGI(CyhookHandler *hh)
result = "tv";
else if (mode == NeutrinoModes::mode_radio)
result = "radio";
else if (mode == NeutrinoModes::mode_scart)
result = "scart";
else if (mode == NeutrinoModes::mode_avinput)
result = "avinput";
else if (mode == NeutrinoModes::mode_standby)
result = "standby";
else if (mode == NeutrinoModes::mode_audio)
@@ -1033,7 +1033,7 @@ void CControlAPI::VCROutputCGI(CyhookHandler *hh)
}
//-----------------------------------------------------------------------------
void CControlAPI::ScartModeCGI(CyhookHandler *hh)
void CControlAPI::AVInputModeCGI(CyhookHandler *hh)
{
// FIXME: not implemented
hh->SendOk();