DMX_PIP_CHANNEL removed, DMX_VIDEO_CHANNEL does the same

This commit is contained in:
BPanther
2021-10-03 15:43:01 +02:00
committed by Thilo Graf
parent bfdea46350
commit a489111a1a
8 changed files with 79 additions and 32 deletions

View File

@@ -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)