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::ValueAndScore< ValueT, ScoreT > Struct Template Reference

#include <qffmpeg_p.h>

Collaboration diagram for QFFmpeg::ValueAndScore< ValueT, ScoreT >:

Public Attributes

std::optional< ValueT > value
ScoreT score = std::numeric_limits<ScoreT>::min()

Detailed Description

template<typename ValueT, typename ScoreT = AVScore>
struct QFFmpeg::ValueAndScore< ValueT, ScoreT >

Definition at line 240 of file qffmpeg_p.h.

Member Data Documentation

◆ score

template<typename ValueT, typename ScoreT = AVScore>
ScoreT QFFmpeg::ValueAndScore< ValueT, ScoreT >::score = std::numeric_limits<ScoreT>::min()

Definition at line 243 of file qffmpeg_p.h.

◆ value

template<typename ValueT, typename ScoreT = AVScore>
std::optional<ValueT> QFFmpeg::ValueAndScore< ValueT, ScoreT >::value

Definition at line 242 of file qffmpeg_p.h.


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