![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QAudioBufferPrivate:
Collaboration diagram for QAudioBufferPrivate:Public Member Functions | |
| QAudioBufferPrivate (const QAudioFormat &f, const QByteArray &d, qint64 start) | |
Public Member Functions inherited from QSharedData | |
| QSharedData () noexcept | |
| Constructs a QSharedData object with a reference count of 0. | |
| QSharedData (const QSharedData &) noexcept | |
| Constructs a QSharedData object with reference count 0. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Public Attributes | |
| QAudioFormat | format |
| QByteArray | data |
| qint64 | startTime |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 11 of file qaudiobuffer.cpp.
|
inline |
Definition at line 14 of file qaudiobuffer.cpp.
| QByteArray QAudioBufferPrivate::data |
Definition at line 20 of file qaudiobuffer.cpp.
Referenced by QAudioBuffer::byteCount(), and QAudioBuffer::frameCount().
| QAudioFormat QAudioBufferPrivate::format |
Definition at line 19 of file qaudiobuffer.cpp.
Referenced by QAudioBuffer::format(), and QAudioBuffer::frameCount().
| qint64 QAudioBufferPrivate::startTime |
Definition at line 21 of file qaudiobuffer.cpp.
Referenced by QAudioBuffer::startTime().