mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
vuduo4k/vuduo4kse/vuultimo4k/vuuno4kse: HDMI input as mode and PiP added
Conflicts: src/neutrino.cpp
This commit is contained in:
@@ -217,7 +217,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
|
||||
@@ -470,8 +470,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)
|
||||
@@ -1024,7 +1024,7 @@ void CControlAPI::VCROutputCGI(CyhookHandler *hh)
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
void CControlAPI::ScartModeCGI(CyhookHandler *hh)
|
||||
void CControlAPI::AVInputModeCGI(CyhookHandler *hh)
|
||||
{
|
||||
// FIXME: not implemented
|
||||
hh->SendOk();
|
||||
|
@@ -116,7 +116,7 @@ private:
|
||||
void VideoFormatCGI(CyhookHandler *hh);
|
||||
void VideoOutputCGI(CyhookHandler *hh);
|
||||
void VCROutputCGI(CyhookHandler *hh);
|
||||
void ScartModeCGI(CyhookHandler *hh);
|
||||
void AVInputModeCGI(CyhookHandler *hh);
|
||||
void AudioCGI(CyhookHandler *hh);
|
||||
void CryptCGI(CyhookHandler *hh);
|
||||
void setBouquetCGI(CyhookHandler *hh);
|
||||
|
Reference in New Issue
Block a user