![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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. | |
| QSharedData & | operator= (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) |
Definition at line 11 of file qplaybackoptions.cpp.
|
default |
|
default |
|
friend |
Definition at line 16 of file qplaybackoptions.cpp.
References m_probeSizeBytes.
|
friend |
Definition at line 16 of file qplaybackoptions.cpp.
|
friend |
Definition at line 24 of file qplaybackoptions.cpp.
References m_probeSizeBytes.
|
friend |
Definition at line 24 of file qplaybackoptions.cpp.
| std::chrono::milliseconds QPlaybackOptionsPrivate::m_networkTimeout = 20s |
Definition at line 34 of file qplaybackoptions.cpp.
| QPlaybackOptions::PlaybackIntent QPlaybackOptionsPrivate::m_playbackIntent = QPlaybackOptions::PlaybackIntent::Playback |
Definition at line 35 of file qplaybackoptions.cpp.
| int QPlaybackOptionsPrivate::m_probeSizeBytes = -1 |
Definition at line 36 of file qplaybackoptions.cpp.
Referenced by comparesEqual, and compareThreeWay.