mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
vuduo4k/vuduo4kse/vuultimo4k/vuuno4kse: HDMI input as mode and PiP added
This commit is contained in:
@@ -161,6 +161,7 @@ class cVideo
|
||||
private:
|
||||
/* video device */
|
||||
int fd;
|
||||
bool fdd;
|
||||
unsigned int devnum;
|
||||
/* apparently we cannot query the driver's state
|
||||
=> remember it */
|
||||
@@ -195,7 +196,6 @@ class cVideo
|
||||
|
||||
/* used internally by dmx */
|
||||
int64_t GetPTS(void);
|
||||
|
||||
public:
|
||||
/* constructor & destructor */
|
||||
cVideo(int mode, void *, void *, unsigned int unit = 0);
|
||||
@@ -205,6 +205,11 @@ class cVideo
|
||||
void openDevice(void);
|
||||
void closeDevice(void);
|
||||
|
||||
void open_AVInput_Device(void);
|
||||
void close_AVInput_Device(void);
|
||||
|
||||
void setAVInput(int val);
|
||||
|
||||
void * GetTVEnc() { return NULL; };
|
||||
void * GetTVEncSD() { return NULL; };
|
||||
|
||||
|
Reference in New Issue
Block a user