Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QFFmpeg::AudioRenderer::BufferedDataWithOffset Struct Reference

#include <qffmpegaudiorenderer_p.h>

+ Collaboration diagram for QFFmpeg::AudioRenderer::BufferedDataWithOffset:

Public Member Functions

bool isValid () const
 
qsizetype size () const
 
const char * data () const
 

Public Attributes

QAudioBuffer buffer
 
qsizetype offset = 0
 

Detailed Description

Definition at line 64 of file qffmpegaudiorenderer_p.h.

Member Function Documentation

◆ data()

const char * QFFmpeg::AudioRenderer::BufferedDataWithOffset::data ( ) const
inline

Definition at line 71 of file qffmpegaudiorenderer_p.h.

Referenced by QFFmpeg::AudioRenderer::renderInternal().

+ Here is the caller graph for this function:

◆ isValid()

bool QFFmpeg::AudioRenderer::BufferedDataWithOffset::isValid ( ) const
inline

Definition at line 69 of file qffmpegaudiorenderer_p.h.

Referenced by QFFmpeg::AudioRenderer::renderInternal().

+ Here is the caller graph for this function:

◆ size()

qsizetype QFFmpeg::AudioRenderer::BufferedDataWithOffset::size ( ) const
inline

Definition at line 70 of file qffmpegaudiorenderer_p.h.

References offset.

Referenced by QFFmpeg::AudioRenderer::renderInternal().

+ Here is the caller graph for this function:

Member Data Documentation

◆ buffer

QAudioBuffer QFFmpeg::AudioRenderer::BufferedDataWithOffset::buffer

Definition at line 66 of file qffmpegaudiorenderer_p.h.

◆ offset

qsizetype QFFmpeg::AudioRenderer::BufferedDataWithOffset::offset = 0

Definition at line 67 of file qffmpegaudiorenderer_p.h.

Referenced by QFFmpeg::AudioRenderer::renderInternal(), and size().


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