#include <audio.h>
Public Slots | |
void | notifyReceiver () |
Public Member Functions | |
AudioSenderThread () | |
void | run () |
void | stop () |
Public Attributes | |
QWaitCondition | cond |
bool | close |
QMutex | lock |
Private Member Functions | |
int | send_audio_to_output (qint64 offset, int max) |
Private Attributes | |
QVector< qint16 > | samples |
AudioSenderThread::AudioSenderThread | ( | ) |
|
slot |
void AudioSenderThread::run | ( | ) |
|
private |
void AudioSenderThread::stop | ( | ) |
bool AudioSenderThread::close |
QWaitCondition AudioSenderThread::cond |
QMutex AudioSenderThread::lock |
|
private |