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
QPlaybackOptionsPrivate Class Reference
Inheritance diagram for QPlaybackOptionsPrivate:
Collaboration diagram for QPlaybackOptionsPrivate:

Public Member Functions

 QPlaybackOptionsPrivate ()=default
 QPlaybackOptionsPrivate ()=default
Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
QSharedDataoperator= (const QSharedData &)=delete
 ~QSharedData ()=default

Public Attributes

std::chrono::milliseconds m_networkTimeout = 20s
QPlaybackOptions::PlaybackIntent m_playbackIntent = QPlaybackOptions::PlaybackIntent::Playback
int m_probeSizeBytes = -1
Public Attributes inherited from QSharedData
QAtomicInt ref

Friends

bool comparesEqual (const QPlaybackOptionsPrivate &lhs, const QPlaybackOptionsPrivate &rhs)
Qt::strong_ordering compareThreeWay (const QPlaybackOptionsPrivate &lhs, const QPlaybackOptionsPrivate &rhs)
bool comparesEqual (const QPlaybackOptionsPrivate &lhs, const QPlaybackOptionsPrivate &rhs)
Qt::strong_ordering compareThreeWay (const QPlaybackOptionsPrivate &lhs, const QPlaybackOptionsPrivate &rhs)

Detailed Description

Definition at line 11 of file qplaybackoptions.cpp.

Constructor & Destructor Documentation

◆ QPlaybackOptionsPrivate() [1/2]

QPlaybackOptionsPrivate::QPlaybackOptionsPrivate ( )
default

◆ QPlaybackOptionsPrivate() [2/2]

QPlaybackOptionsPrivate::QPlaybackOptionsPrivate ( )
default

◆ comparesEqual [1/2]

bool comparesEqual ( const QPlaybackOptionsPrivate & lhs,
const QPlaybackOptionsPrivate & rhs )
friend

Definition at line 16 of file qplaybackoptions.cpp.

References m_probeSizeBytes.

◆ comparesEqual [2/2]

bool comparesEqual ( const QPlaybackOptionsPrivate & lhs,
const QPlaybackOptionsPrivate & rhs )
friend

Definition at line 16 of file qplaybackoptions.cpp.

◆ compareThreeWay [1/2]

Qt::strong_ordering compareThreeWay ( const QPlaybackOptionsPrivate & lhs,
const QPlaybackOptionsPrivate & rhs )
friend

Definition at line 24 of file qplaybackoptions.cpp.

References m_probeSizeBytes.

◆ compareThreeWay [2/2]

Qt::strong_ordering compareThreeWay ( const QPlaybackOptionsPrivate & lhs,
const QPlaybackOptionsPrivate & rhs )
friend

Definition at line 24 of file qplaybackoptions.cpp.

Member Data Documentation

◆ m_networkTimeout

std::chrono::milliseconds QPlaybackOptionsPrivate::m_networkTimeout = 20s

Definition at line 34 of file qplaybackoptions.cpp.

◆ m_playbackIntent

Definition at line 35 of file qplaybackoptions.cpp.

◆ m_probeSizeBytes

int QPlaybackOptionsPrivate::m_probeSizeBytes = -1

Definition at line 36 of file qplaybackoptions.cpp.

Referenced by comparesEqual, and compareThreeWay.


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