mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
DMX_PIP_CHANNEL removed, DMX_VIDEO_CHANNEL does the same
This commit is contained in:
@@ -26,6 +26,7 @@ class cAudio
|
||||
friend class cPlayback;
|
||||
private:
|
||||
int fd;
|
||||
unsigned int devnum;
|
||||
bool Muted;
|
||||
|
||||
int clipfd; /* for pcm playback */
|
||||
@@ -50,7 +51,7 @@ class cAudio
|
||||
|
||||
public:
|
||||
/* construct & destruct */
|
||||
cAudio(void *, void *, void *);
|
||||
cAudio(void *, void *, void *, unsigned int unit = 0);
|
||||
~cAudio(void);
|
||||
|
||||
void open_AVInput_Device(void)
|
||||
|
Reference in New Issue
Block a user