#include <audiodevice.h>
Public Member Functions | |
| AudioLowLevel (AudioDevice *device) | |
| virtual | ~AudioLowLevel () |
| virtual int | open_input () |
| virtual int | open_output () |
| virtual int | open_duplex () |
| virtual int | close_all () |
| virtual int | interrupt_crash () |
| virtual int64_t | device_position () |
| virtual int | write_buffer (char *buffer, int size) |
| virtual int | read_buffer (char *buffer, int size) |
| virtual int | flush_device () |
| virtual int | interrupt_playback () |
Public Attributes | |
| AudioDevice * | device |
Definition at line 30 of file audiodevice.h.
|
|
Definition at line 16 of file audiodevice.C. |
|
|
Definition at line 21 of file audiodevice.C. |
|
|
Definition at line 39 of file audiodevice.h. Referenced by AudioDevice::close_all(). |
|
|
Definition at line 41 of file audiodevice.h. Referenced by AudioDevice::current_position(). |
|
|
Definition at line 44 of file audiodevice.h. Referenced by AudioDevice::run(). |
|
|
Definition at line 40 of file audiodevice.h. Referenced by AudioDevice::interrupt_crash(). |
|
|
Definition at line 45 of file audiodevice.h. Referenced by AudioDevice::interrupt_playback(). |
|
|
Definition at line 38 of file audiodevice.h. Referenced by AudioDevice::open_duplex(). |
|
|
Definition at line 36 of file audiodevice.h. Referenced by AudioDevice::open_input(). |
|
|
Definition at line 37 of file audiodevice.h. Referenced by AudioDevice::open_output(). |
|
||||||||||||
|
Definition at line 43 of file audiodevice.h. Referenced by AudioDevice::read_buffer(). |
|
||||||||||||
|
Definition at line 42 of file audiodevice.h. Referenced by AudioDevice::run(). |
|
|
Definition at line 45 of file audiodevice.h. |
1.4.4