mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
remove hdmi_cec
Origin commit data
------------------
Branch: master
Commit: fe8a073584
Author: TangoCash <eric@loxat.de>
Date: 2022-11-19 (Sat, 19 Nov 2022)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -135,20 +135,6 @@ typedef enum
|
||||
VIDEO_STD_MAX = VIDEO_STD_AUTO
|
||||
} VIDEO_STD;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
VIDEO_HDMI_CEC_MODE_OFF = 0,
|
||||
VIDEO_HDMI_CEC_MODE_TUNER = 3,
|
||||
VIDEO_HDMI_CEC_MODE_RECORDER = 1
|
||||
} VIDEO_HDMI_CEC_MODE;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
VIDEO_HDMI_CEC_VOL_OFF = 0,
|
||||
VIDEO_HDMI_CEC_VOL_AUDIOSYSTEM = 1,
|
||||
VIDEO_HDMI_CEC_VOL_TV = 2
|
||||
} VIDEO_HDMI_CEC_VOL;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
VIDEO_CONTROL_BRIGHTNESS = 0,
|
||||
@@ -259,11 +245,6 @@ class cVideo
|
||||
int SetVideoSystem(int video_system, bool remember = true);
|
||||
int SetStreamType(VIDEO_FORMAT type);
|
||||
void SetSyncMode(AVSYNC_TYPE mode);
|
||||
bool SetCECMode(VIDEO_HDMI_CEC_MODE);
|
||||
void SetCECAutoView(bool);
|
||||
void SetCECAutoStandby(bool);
|
||||
int GetAudioDestination();
|
||||
void SetAudioDestination(int audio_dest);
|
||||
bool ShowPicture(const char *fname);
|
||||
void StopPicture();
|
||||
void Standby(unsigned int bOn);
|
||||
|
Reference in New Issue
Block a user