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
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 57 of file qffmpegaudiorenderer_p.h.

Member Enumeration Documentation

◆ Type

Enumerator
Low 
Moderate 
High 

Definition at line 59 of file qffmpegaudiorenderer_p.h.

Member Data Documentation

◆ delay

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

Definition at line 62 of file qffmpegaudiorenderer_p.h.

◆ timePoint

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

Definition at line 61 of file qffmpegaudiorenderer_p.h.

◆ type

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

Definition at line 60 of file qffmpegaudiorenderer_p.h.


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