![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | itemId () const |
| The item id. | |
| void | setItemId (QString newItemId) |
| const QString & | playlistId () const |
| The playlist id. | |
| void | setPlaylistId (QString newPlaylistId) |
| const QString & | segmentContainer () const |
| The segment container. | |
| void | setSegmentContainer (QString newSegmentContainer) |
| const QString & | segmentId () const |
| The segment id. | |
| void | setSegmentId (QString newSegmentId) |
| const QString & Jellyfin::Loader::GetHlsVideoSegmentLegacyParams::itemId | ( | ) | const |
The item id.
| const QString & Jellyfin::Loader::GetHlsVideoSegmentLegacyParams::playlistId | ( | ) | const |
The playlist id.
| const QString & Jellyfin::Loader::GetHlsVideoSegmentLegacyParams::segmentContainer | ( | ) | const |
The segment container.
| const QString & Jellyfin::Loader::GetHlsVideoSegmentLegacyParams::segmentId | ( | ) | const |
The segment id.
| void Jellyfin::Loader::GetHlsVideoSegmentLegacyParams::setItemId | ( | QString | newItemId | ) |
| void Jellyfin::Loader::GetHlsVideoSegmentLegacyParams::setPlaylistId | ( | QString | newPlaylistId | ) |
| void Jellyfin::Loader::GetHlsVideoSegmentLegacyParams::setSegmentContainer | ( | QString | newSegmentContainer | ) |
| void Jellyfin::Loader::GetHlsVideoSegmentLegacyParams::setSegmentId | ( | QString | newSegmentId | ) |