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
QtAAudio::Stream Struct Reference

#include <qaaudiostream_p.h>

Collaboration diagram for QtAAudio::Stream:

Public Member Functions

 Stream (StreamBuilder &builder)
 ~Stream ()
bool start ()
void stop ()
void pause ()
void flush ()
bool isOpen () const
bool areStreamParametersRespected () const

Detailed Description

Definition at line 30 of file qaaudiostream_p.h.

Constructor & Destructor Documentation

◆ Stream()

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

Definition at line 111 of file qaaudiostream.cpp.

References QT_BEGIN_NAMESPACE::bufferSizeInBursts, isOpen(), and QtAAudio::StreamBuilder::setupBuilder().

Here is the call graph for this function:

◆ ~Stream()

QtAAudio::Stream::~Stream ( )

Definition at line 168 of file qaaudiostream.cpp.

References isOpen().

Here is the call graph for this function:

Member Function Documentation

◆ areStreamParametersRespected()

bool QtAAudio::Stream::areStreamParametersRespected ( ) const

Definition at line 203 of file qaaudiostream.cpp.

◆ flush()

void QtAAudio::Stream::flush ( )

Definition at line 192 of file qaaudiostream.cpp.

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

Here is the caller graph for this function:

◆ isOpen()

bool QtAAudio::Stream::isOpen ( ) const

Definition at line 198 of file qaaudiostream.cpp.

Referenced by Stream(), and ~Stream().

Here is the caller graph for this function:

◆ pause()

void QtAAudio::Stream::pause ( )

Definition at line 186 of file qaaudiostream.cpp.

◆ start()

bool QtAAudio::Stream::start ( )

Definition at line 174 of file qaaudiostream.cpp.

◆ stop()

void QtAAudio::Stream::stop ( )

Definition at line 180 of file qaaudiostream.cpp.


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