5 #include "audiodevice.h"
6 #include "devicedvbinput.inc"
7 #include "vdevicedvb.inc"
11 // This reads audio from the DVB input and output uncompressed audio only.
12 // Used for the LiveAudio plugin and previewing.
17 class AudioDVB
: public AudioLowLevel
20 AudioDVB(AudioDevice
*device
);
24 friend class VDeviceDVB
;
31 DeviceDVBInput
*input_thread
;