|
| bool | finished () const |
| |
| | QWSSoundServerStream (int d, int c, int f, int b, int wid, int sid) |
| |
| int | readySamples (int) |
| |
| | ~QWSSoundServerStream () |
| |
| int | add (int *mixl, int *mixr, int count) |
| |
| bool | equal (int wid, int sid) |
| |
| int | getSample (int off, int bps) |
| |
| int | groupId () const |
| |
| bool | muted () |
| |
| | QWSSoundServerProvider (int w, int s) |
| |
| void | setMute (bool m) |
| |
| void | setPriority (bool p) |
| |
| void | setVolume (int lv, int rv) |
| |
| int | soundId () const |
| |
| void | startSampleRunin () |
| |
| virtual | ~QWSSoundServerProvider () |
| |
Definition at line 645 of file qsoundqss_qws.cpp.
◆ QWSSoundServerStream()
| QWSSoundServerStream::QWSSoundServerStream |
( |
int |
d, |
|
|
int |
c, |
|
|
int |
f, |
|
|
int |
b, |
|
|
int |
wid, |
|
|
int |
sid |
|
) |
| |
|
inline |
◆ ~QWSSoundServerStream()
| QWSSoundServerStream::~QWSSoundServerStream |
( |
| ) |
|
|
inline |
◆ finished()
| bool QWSSoundServerStream::finished |
( |
| ) |
const |
|
inlinevirtual |
◆ readySamples()
| int QWSSoundServerStream::readySamples |
( |
int |
| ) |
|
|
inlinevirtual |
Implements QWSSoundServerProvider.
Definition at line 673 of file qsoundqss_qws.cpp.
677 if (size > 0 && dest != 0 &&
dev != -1) {
679 int read = ::read(
dev, dest, size);
691 }
else if (read == 0) {
void updateBuffer(int read)
char * prepareBuffer(int &size)
◆ lasttime
| time_t QWSSoundServerStream::lasttime |
|
protected |
The documentation for this class was generated from the following file: