Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtOHAudio::Stream Struct Reference

#include <qohaudiostream_p.h>

Collaboration diagram for QtOHAudio::Stream:

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

Detailed Description

Definition at line 35 of file qohaudiostream_p.h.

Constructor & Destructor Documentation

◆ Stream()

QtOHAudio::Stream::Stream ( StreamBuilder & builder)
explicit

Definition at line 135 of file qohaudiostream.cpp.

References Stream().

Referenced by Stream().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~Stream()

QtOHAudio::Stream::~Stream ( )

Definition at line 162 of file qohaudiostream.cpp.

References isOpen().

Here is the call graph for this function:

Member Function Documentation

◆ areStreamParametersRespected()

bool QtOHAudio::Stream::areStreamParametersRespected ( ) const

Definition at line 213 of file qohaudiostream.cpp.

◆ capturer()

OH_AudioCapturer * QtOHAudio::Stream::capturer ( ) const
inlinenoexcept

Definition at line 51 of file qohaudiostream_p.h.

◆ flush()

void QtOHAudio::Stream::flush ( )

Definition at line 202 of file qohaudiostream.cpp.

Referenced by testing.tools.encode_pdf_filter._SinkPdfStream::close().

Here is the caller graph for this function:

◆ isOpen()

bool QtOHAudio::Stream::isOpen ( ) const

Definition at line 208 of file qohaudiostream.cpp.

Referenced by ~Stream().

Here is the caller graph for this function:

◆ pause()

void QtOHAudio::Stream::pause ( )

Definition at line 190 of file qohaudiostream.cpp.

References QT_MM_DEFINE_QDEBUG_ENUM().

Here is the call graph for this function:

◆ renderer()

OH_AudioRenderer * QtOHAudio::Stream::renderer ( ) const
inlinenoexcept

Definition at line 50 of file qohaudiostream_p.h.

◆ start()

bool QtOHAudio::Stream::start ( )

Definition at line 168 of file qohaudiostream.cpp.

References QT_MM_DEFINE_QDEBUG_ENUM().

Here is the call graph for this function:

◆ stop()

void QtOHAudio::Stream::stop ( )

Definition at line 182 of file qohaudiostream.cpp.


The documentation for this struct was generated from the following files: