![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qaaudiostream_p.h>
Public Member Functions | |
| Stream (StreamBuilder &builder) | |
| ~Stream () | |
| bool | start () |
| void | stop () |
| void | pause () |
| void | flush () |
| bool | isOpen () const |
| bool | areStreamParametersRespected () const |
Definition at line 30 of file qaaudiostream_p.h.
|
explicit |
Definition at line 111 of file qaaudiostream.cpp.
References QT_BEGIN_NAMESPACE::bufferSizeInBursts, isOpen(), and QtAAudio::StreamBuilder::setupBuilder().
| QtAAudio::Stream::~Stream | ( | ) |
Definition at line 168 of file qaaudiostream.cpp.
References isOpen().
| bool QtAAudio::Stream::areStreamParametersRespected | ( | ) | const |
Definition at line 203 of file qaaudiostream.cpp.
| void QtAAudio::Stream::flush | ( | ) |
Definition at line 192 of file qaaudiostream.cpp.
Referenced by testing.tools.encode_pdf_filter._SinkPdfStream::close().
| bool QtAAudio::Stream::isOpen | ( | ) | const |
Definition at line 198 of file qaaudiostream.cpp.
Referenced by Stream(), and ~Stream().
| void QtAAudio::Stream::pause | ( | ) |
Definition at line 186 of file qaaudiostream.cpp.
| bool QtAAudio::Stream::start | ( | ) |
Definition at line 174 of file qaaudiostream.cpp.
| void QtAAudio::Stream::stop | ( | ) |
Definition at line 180 of file qaaudiostream.cpp.