Olive
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Slots | Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
AudioSenderThread Class Reference

#include <audio.h>

Inheritance diagram for AudioSenderThread:

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
 

Constructor & Destructor Documentation

AudioSenderThread::AudioSenderThread ( )

Member Function Documentation

void AudioSenderThread::notifyReceiver ( )
slot
void AudioSenderThread::run ( )
int AudioSenderThread::send_audio_to_output ( qint64  offset,
int  max 
)
private
void AudioSenderThread::stop ( )

Member Data Documentation

bool AudioSenderThread::close
QWaitCondition AudioSenderThread::cond
QMutex AudioSenderThread::lock
QVector<qint16> AudioSenderThread::samples
private

The documentation for this class was generated from the following files: