mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
Revert "remove hdmi_cec"
This reverts commit756a409f2f
. Origin commit data ------------------ Branch: master Commit:93bb54b48d
Author: vanhofen <vanhofen@gmx.de> Date: 2022-12-25 (Sun, 25 Dec 2022) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -135,6 +135,20 @@ 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,
|
||||
@@ -245,6 +259,11 @@ 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