![]() |
Qt 6.x
The Qt SDK
|
#include <qalsaaudiosource_p.h>
Collaboration diagram for RingBuffer:Public Member Functions | |
| RingBuffer () | |
| void | resize (int size) |
| int | bytesOfDataInBuffer () const |
| int | freeBytes () const |
| const char * | availableData () const |
| int | availableDataBlockSize () const |
| void | readBytes (int bytes) |
| void | write (char *data, int len) |
Definition at line 38 of file qalsaaudiosource_p.h.
| RingBuffer::RingBuffer | ( | ) |
Definition at line 703 of file qalsaaudiosource.cpp.
| const char * RingBuffer::availableData | ( | ) | const |
Definition at line 734 of file qalsaaudiosource.cpp.
References QByteArray::constData().
Referenced by QAlsaAudioSource::read().
Here is the call graph for this function:
Here is the caller graph for this function:| int RingBuffer::availableDataBlockSize | ( | ) | const |
Definition at line 739 of file qalsaaudiosource.cpp.
References QByteArray::size().
Referenced by QAlsaAudioSource::read().
Here is the call graph for this function:
Here is the caller graph for this function:| int RingBuffer::bytesOfDataInBuffer | ( | ) | const |
Definition at line 714 of file qalsaaudiosource.cpp.
References QByteArray::size().
Referenced by QAlsaAudioSource::read().
Here is the call graph for this function:
Here is the caller graph for this function:| int RingBuffer::freeBytes | ( | ) | const |
Definition at line 724 of file qalsaaudiosource.cpp.
References QByteArray::size().
Referenced by QAlsaAudioSource::read().
Here is the call graph for this function:
Here is the caller graph for this function:| void RingBuffer::readBytes | ( | int | bytes | ) |
Definition at line 749 of file qalsaaudiosource.cpp.
References QByteArray::size().
Referenced by QAlsaAudioSource::read().
Here is the call graph for this function:
Here is the caller graph for this function:| void RingBuffer::resize | ( | int | size | ) |
Definition at line 709 of file qalsaaudiosource.cpp.
References QByteArray::resize().
Here is the call graph for this function:| void RingBuffer::write | ( | char * | data, |
| int | len | ||
| ) |
Definition at line 754 of file qalsaaudiosource.cpp.
References QByteArray::data(), and QByteArray::size().
Referenced by QAlsaAudioSource::read().
Here is the call graph for this function:
Here is the caller graph for this function: