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::BufferLoadingInfo Struct Reference

#include <qffmpegaudiorenderer_p.h>

+ Collaboration diagram for QFFmpeg::AudioRenderer::BufferLoadingInfo:

Public Types

enum  Type { Low , Moderate , High }
 

Public Attributes

Type type = Moderate
 
TimePoint timePoint = TimePoint::max()
 
Microseconds delay = Microseconds(0)
 

Detailed Description

Definition at line 49 of file qffmpegaudiorenderer_p.h.

Member Enumeration Documentation

◆ Type

Enumerator
Low 
Moderate 
High 

Definition at line 51 of file qffmpegaudiorenderer_p.h.

Member Data Documentation

◆ delay

Microseconds QFFmpeg::AudioRenderer::BufferLoadingInfo::delay = Microseconds(0)

◆ timePoint

TimePoint QFFmpeg::AudioRenderer::BufferLoadingInfo::timePoint = TimePoint::max()

◆ type

Type QFFmpeg::AudioRenderer::BufferLoadingInfo::type = Moderate

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