mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user