![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohaudiostream_p.h>
Public Member Functions | |
| Stream (StreamBuilder &builder) | |
| ~Stream () | |
| bool | start () |
| void | stop () |
| void | pause () |
| void | flush () |
| bool | isOpen () const |
| bool | areStreamParametersRespected () const |
| OH_AudioRenderer * | renderer () const noexcept |
| OH_AudioCapturer * | capturer () const noexcept |
Definition at line 35 of file qohaudiostream_p.h.
|
explicit |
Definition at line 135 of file qohaudiostream.cpp.
References Stream().
Referenced by Stream().
| QtOHAudio::Stream::~Stream | ( | ) |
Definition at line 162 of file qohaudiostream.cpp.
References isOpen().
| bool QtOHAudio::Stream::areStreamParametersRespected | ( | ) | const |
Definition at line 213 of file qohaudiostream.cpp.
|
inlinenoexcept |
Definition at line 51 of file qohaudiostream_p.h.
| void QtOHAudio::Stream::flush | ( | ) |
Definition at line 202 of file qohaudiostream.cpp.
Referenced by testing.tools.encode_pdf_filter._SinkPdfStream::close().
| bool QtOHAudio::Stream::isOpen | ( | ) | const |
Definition at line 208 of file qohaudiostream.cpp.
Referenced by ~Stream().
| void QtOHAudio::Stream::pause | ( | ) |
Definition at line 190 of file qohaudiostream.cpp.
References QT_MM_DEFINE_QDEBUG_ENUM().
|
inlinenoexcept |
Definition at line 50 of file qohaudiostream_p.h.
| bool QtOHAudio::Stream::start | ( | ) |
Definition at line 168 of file qohaudiostream.cpp.
References QT_MM_DEFINE_QDEBUG_ENUM().
| void QtOHAudio::Stream::stop | ( | ) |
Definition at line 182 of file qohaudiostream.cpp.