#include <audiodvb.h>
Inherits AudioLowLevel.

Public Member Functions | |
| AudioDVB (AudioDevice *device) | |
| ~AudioDVB () | |
| int | open_input () |
| int | close_all () |
| void | reset () |
Data Fields | |
| DeviceDVBInput * | input_thread |
Friends | |
| class | VDeviceDVB |
Definition at line 17 of file audiodvb.h.
| AudioDVB::AudioDVB | ( | AudioDevice * | device | ) |
Definition at line 7 of file audiodvb.C.
References reset().

| AudioDVB::~AudioDVB | ( | ) |
Definition at line 13 of file audiodvb.C.
| int AudioDVB::open_input | ( | ) | [virtual] |
Reimplemented from AudioLowLevel.
Definition at line 18 of file audiodvb.C.
References AudioLowLevel::device, DeviceDVBInput::get_input_thread(), input_thread, and AudioDevice::mwindow.

| int AudioDVB::close_all | ( | ) | [virtual] |
Reimplemented from AudioLowLevel.
Definition at line 27 of file audiodvb.C.
References AudioLowLevel::device, input_thread, AudioDevice::mwindow, and DeviceDVBInput::put_input_thread().

| void AudioDVB::reset | ( | ) |
friend class VDeviceDVB [friend] |
Definition at line 24 of file audiodvb.h.
1.5.5