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
QSpatialAudioPrivate::QSpatialAudioPlaybackState Class Reference

#include <qambientsound_p.h>

Collaboration diagram for QSpatialAudioPrivate::QSpatialAudioPlaybackState:

Public Member Functions

 QSpatialAudioPlaybackState (QAudioBuffer buffer, bool playing, int loops)
void getBuffer (QSpan< float > output)
void pause ()
void resume ()
void setLoops (int)
QAudioFormat format () const

Detailed Description

Definition at line 44 of file qambientsound_p.h.

Constructor & Destructor Documentation

◆ QSpatialAudioPlaybackState()

QSpatialAudioPrivate::QSpatialAudioPlaybackState::QSpatialAudioPlaybackState ( QAudioBuffer buffer,
bool playing,
int loops )
explicit

Definition at line 23 of file qambientsound.cpp.

References QSpatialAudioPlaybackState().

Referenced by QSpatialAudioPlaybackState().

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

Member Function Documentation

◆ format()

QAudioFormat QSpatialAudioPrivate::QSpatialAudioPlaybackState::format ( ) const

Definition at line 89 of file qambientsound.cpp.

◆ getBuffer()

void QSpatialAudioPrivate::QSpatialAudioPlaybackState::getBuffer ( QSpan< float > output)

Definition at line 28 of file qambientsound.cpp.

◆ pause()

void QSpatialAudioPrivate::QSpatialAudioPlaybackState::pause ( )

Definition at line 94 of file qambientsound.cpp.

◆ resume()

void QSpatialAudioPrivate::QSpatialAudioPlaybackState::resume ( )

Definition at line 79 of file qambientsound.cpp.

◆ setLoops()

void QSpatialAudioPrivate::QSpatialAudioPlaybackState::setLoops ( int loops)

Definition at line 84 of file qambientsound.cpp.


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