mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
cec volume switch audiosystem/tv
Origin commit data
------------------
Branch: master
Commit: 2f3bba3864
Author: TangoCash <eric@loxat.de>
Date: 2021-01-31 (Sun, 31 Jan 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -126,6 +126,12 @@ typedef enum {
|
||||
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,
|
||||
@@ -234,7 +240,8 @@ class cVideo
|
||||
bool SetCECMode(VIDEO_HDMI_CEC_MODE);
|
||||
void SetCECAutoView(bool);
|
||||
void SetCECAutoStandby(bool);
|
||||
void ShowPicture(const char * fname);
|
||||
int GetAudioDestination();
|
||||
void SetAudioDestination(int audio_dest);
|
||||
void StopPicture();
|
||||
void Standby(unsigned int bOn);
|
||||
void Pig(int x, int y, int w, int h, int osd_w = 1064, int osd_h = 600, int startx = 0, int starty = 0, int endx = 1279, int endy = 719);
|
||||
|
Reference in New Issue
Block a user