Qt 4.8
|
#include "qsoundqss_qws.h"
#include <qbytearray.h>
#include <qlist.h>
#include <qsocketnotifier.h>
#include <qfile.h>
#include <qfileinfo.h>
#include <qstringlist.h>
#include <qevent.h>
#include <qalgorithms.h>
#include <qtimer.h>
#include <qpointer.h>
#include <qendian.h>
#include <private/qcore_unix_p.h>
#include <unistd.h>
#include <stdlib.h>
#include <fcntl.h>
#include <errno.h>
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/soundcard.h>
#include <qdebug.h>
#include <qvfbhdr.h>
#include "qsoundqss_qws.moc"
Go to the source code of this file.
Classes | |
struct | QRiffChunk |
class | QWSSoundServerBucket |
class | QWSSoundServerClient |
class | QWSSoundServerPrivate |
struct | QWSSoundServerPrivate::CompletedInfo |
struct | QWSSoundServerPrivate::PresetVolume |
class | QWSSoundServerProvider |
class | QWSSoundServerStream |
Macros | |
#define | QT_QWS_SOUND_16BIT 1 |
#define | QT_QWS_SOUND_STEREO 1 |
#define | WAVE_FORMAT_PCM 1 |
Functions | |
static int | getNumTok (QString &in) |
static QString | getStringTok (QString &in) |
Variables | |
int | errno |
static const int | maxVolume = 100 |
int | qws_display_id |
static const int | runinLength = 2*sound_buffer_size |
static bool | sound_16bit =QT_QWS_SOUND_16BIT |
static const int | sound_buffer_size = 1 << sound_fragment_size |
static const int | sound_fragment_size = 12 |
static int | sound_speed = 44100 |
static int | sound_stereo =QT_QWS_SOUND_STEREO |
static char * | zeroMem = 0 |
#define QT_QWS_SOUND_16BIT 1 |
Definition at line 76 of file qsoundqss_qws.cpp.
#define QT_QWS_SOUND_STEREO 1 |
Definition at line 77 of file qsoundqss_qws.cpp.
#define WAVE_FORMAT_PCM 1 |
|
static |
Definition at line 194 of file qsoundqss_qws.cpp.
Referenced by QWSSoundServerClient::tryReadCommand().
Definition at line 180 of file qsoundqss_qws.cpp.
Referenced by getNumTok(), and QWSSoundServerClient::tryReadCommand().
int errno |
Referenced by QWSSoundServerStream::readySamples().
|
static |
Definition at line 278 of file qsoundqss_qws.cpp.
Referenced by QWSSoundServerProvider::add(), QWSSoundServerProvider::QWSSoundServerProvider(), QWSSoundServerPrivate::setMute(), and QWSSoundServerProvider::setVolume().
int qws_display_id |
Definition at line 135 of file qapplication_qws.cpp.
Referenced by QWSSoundServerPrivate::feedDevice(), QWSDisplay::Data::init(), qt_init(), qws_dataDir(), qws_qtePipeFilename(), and QWSDisplay::Data::reinit().
|
static |
Definition at line 279 of file qsoundqss_qws.cpp.
|
static |
Definition at line 110 of file qsoundqss_qws.cpp.
Referenced by QWSSoundServerPrivate::feedDevice(), and QWSSoundServerPrivate::openDevice().
|
static |
Definition at line 99 of file qsoundqss_qws.cpp.
Referenced by QWSSoundServerPrivate::feedDevice(), QWSSoundServerPrivate::openDevice(), and QWSSoundServerProvider::prepareBuffer().
|
static |
Definition at line 97 of file qsoundqss_qws.cpp.
Referenced by QWSSoundServerPrivate::openDevice().
|
static |
Definition at line 81 of file qsoundqss_qws.cpp.
Referenced by QWSSoundServerProvider::add(), QWSSoundServerProvider::devSamples(), and QWSSoundServerPrivate::openDevice().
|
static |
Definition at line 105 of file qsoundqss_qws.cpp.
Referenced by QWSSoundServerProvider::add(), QWSSoundServerPrivate::feedDevice(), and QWSSoundServerPrivate::openDevice().
|
static |
Definition at line 86 of file qsoundqss_qws.cpp.
Referenced by QWSSoundServerPrivate::feedDevice().