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 (const 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 ( const StreamBuilder & builder)
explicit

Definition at line 111 of file qaaudiostream.cpp.

References isOpen().

Here is the call graph for this function:

◆ ~Stream()

QtAAudio::Stream::~Stream ( )

Definition at line 159 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 194 of file qaaudiostream.cpp.

◆ flush()

void QtAAudio::Stream::flush ( )

Definition at line 183 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 189 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 177 of file qaaudiostream.cpp.

◆ start()

bool QtAAudio::Stream::start ( )

Definition at line 165 of file qaaudiostream.cpp.

◆ stop()

void QtAAudio::Stream::stop ( )

Definition at line 171 of file qaaudiostream.cpp.


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