![]() |
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 (const 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 isOpen().
QtAAudio::Stream::~Stream | ( | ) |
Definition at line 159 of file qaaudiostream.cpp.
References isOpen().
bool QtAAudio::Stream::areStreamParametersRespected | ( | ) | const |
Definition at line 194 of file qaaudiostream.cpp.
void QtAAudio::Stream::flush | ( | ) |
Definition at line 183 of file qaaudiostream.cpp.
Referenced by testing.tools.encode_pdf_filter._SinkPdfStream::close().
bool QtAAudio::Stream::isOpen | ( | ) | const |
Definition at line 189 of file qaaudiostream.cpp.
Referenced by Stream(), and ~Stream().
void QtAAudio::Stream::pause | ( | ) |
Definition at line 177 of file qaaudiostream.cpp.
bool QtAAudio::Stream::start | ( | ) |
Definition at line 165 of file qaaudiostream.cpp.
void QtAAudio::Stream::stop | ( | ) |
Definition at line 171 of file qaaudiostream.cpp.