![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const bool & | alwaysBurnInSubtitleWhenTranscoding () const |
| Always burn-in subtitle when transcoding. | |
| void | setAlwaysBurnInSubtitleWhenTranscoding (bool newAlwaysBurnInSubtitleWhenTranscoding) |
| bool | alwaysBurnInSubtitleWhenTranscodingNull () const |
| void | setAlwaysBurnInSubtitleWhenTranscodingNull () |
| const qint32 & | audioStreamIndex () const |
| The audio stream index. | |
| void | setAudioStreamIndex (qint32 newAudioStreamIndex) |
| bool | audioStreamIndexNull () const |
| void | setAudioStreamIndexNull () |
| const bool & | enableDirectPlay () const |
| Whether to enable direct play. Default: true. | |
| void | setEnableDirectPlay (bool newEnableDirectPlay) |
| bool | enableDirectPlayNull () const |
| void | setEnableDirectPlayNull () |
| const bool & | enableDirectStream () const |
| Whether to enable direct stream. Default: true. | |
| void | setEnableDirectStream (bool newEnableDirectStream) |
| bool | enableDirectStreamNull () const |
| void | setEnableDirectStreamNull () |
| const QString & | itemId () const |
| The item id. | |
| void | setItemId (QString newItemId) |
| bool | itemIdNull () const |
| void | setItemIdNull () |
| const qint32 & | maxAudioChannels () const |
| The maximum number of audio channels. | |
| void | setMaxAudioChannels (qint32 newMaxAudioChannels) |
| bool | maxAudioChannelsNull () const |
| void | setMaxAudioChannelsNull () |
| const qint32 & | maxStreamingBitrate () const |
| The maximum streaming bitrate. | |
| void | setMaxStreamingBitrate (qint32 newMaxStreamingBitrate) |
| bool | maxStreamingBitrateNull () const |
| void | setMaxStreamingBitrateNull () |
| const QString & | openToken () const |
| The open token. | |
| void | setOpenToken (QString newOpenToken) |
| bool | openTokenNull () const |
| void | setOpenTokenNull () |
| const QString & | playSessionId () const |
| The play session id. | |
| void | setPlaySessionId (QString newPlaySessionId) |
| bool | playSessionIdNull () const |
| void | setPlaySessionIdNull () |
| const qint64 & | startTimeTicks () const |
| The start time in ticks. | |
| void | setStartTimeTicks (qint64 newStartTimeTicks) |
| bool | startTimeTicksNull () const |
| void | setStartTimeTicksNull () |
| const qint32 & | subtitleStreamIndex () const |
| The subtitle stream index. | |
| void | setSubtitleStreamIndex (qint32 newSubtitleStreamIndex) |
| bool | subtitleStreamIndexNull () const |
| void | setSubtitleStreamIndexNull () |
| const QString & | userId () const |
| The user id. | |
| void | setUserId (QString newUserId) |
| bool | userIdNull () const |
| void | setUserIdNull () |
| const QSharedPointer< OpenLiveStreamDto > & | body () const |
| The open live stream dto. | |
| void | setBody (QSharedPointer< OpenLiveStreamDto > newBody) |
| const bool & Jellyfin::Loader::OpenLiveStreamParams::alwaysBurnInSubtitleWhenTranscoding | ( | ) | const |
Always burn-in subtitle when transcoding.
| bool Jellyfin::Loader::OpenLiveStreamParams::alwaysBurnInSubtitleWhenTranscodingNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::OpenLiveStreamParams::audioStreamIndex | ( | ) | const |
The audio stream index.
| bool Jellyfin::Loader::OpenLiveStreamParams::audioStreamIndexNull | ( | ) | const |
| const QSharedPointer< OpenLiveStreamDto > & Jellyfin::Loader::OpenLiveStreamParams::body | ( | ) | const |
The open live stream dto.
| const bool & Jellyfin::Loader::OpenLiveStreamParams::enableDirectPlay | ( | ) | const |
Whether to enable direct play. Default: true.
| bool Jellyfin::Loader::OpenLiveStreamParams::enableDirectPlayNull | ( | ) | const |
| const bool & Jellyfin::Loader::OpenLiveStreamParams::enableDirectStream | ( | ) | const |
Whether to enable direct stream. Default: true.
| bool Jellyfin::Loader::OpenLiveStreamParams::enableDirectStreamNull | ( | ) | const |
| const QString & Jellyfin::Loader::OpenLiveStreamParams::itemId | ( | ) | const |
The item id.
| bool Jellyfin::Loader::OpenLiveStreamParams::itemIdNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::OpenLiveStreamParams::maxAudioChannels | ( | ) | const |
The maximum number of audio channels.
| bool Jellyfin::Loader::OpenLiveStreamParams::maxAudioChannelsNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::OpenLiveStreamParams::maxStreamingBitrate | ( | ) | const |
The maximum streaming bitrate.
| bool Jellyfin::Loader::OpenLiveStreamParams::maxStreamingBitrateNull | ( | ) | const |
| const QString & Jellyfin::Loader::OpenLiveStreamParams::openToken | ( | ) | const |
The open token.
| bool Jellyfin::Loader::OpenLiveStreamParams::openTokenNull | ( | ) | const |
| const QString & Jellyfin::Loader::OpenLiveStreamParams::playSessionId | ( | ) | const |
The play session id.
| bool Jellyfin::Loader::OpenLiveStreamParams::playSessionIdNull | ( | ) | const |
| void Jellyfin::Loader::OpenLiveStreamParams::setAlwaysBurnInSubtitleWhenTranscoding | ( | bool | newAlwaysBurnInSubtitleWhenTranscoding | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setAlwaysBurnInSubtitleWhenTranscodingNull | ( | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setAudioStreamIndex | ( | qint32 | newAudioStreamIndex | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setAudioStreamIndexNull | ( | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setBody | ( | QSharedPointer< OpenLiveStreamDto > | newBody | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setEnableDirectPlay | ( | bool | newEnableDirectPlay | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setEnableDirectPlayNull | ( | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setEnableDirectStream | ( | bool | newEnableDirectStream | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setEnableDirectStreamNull | ( | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setItemId | ( | QString | newItemId | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setItemIdNull | ( | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setMaxAudioChannels | ( | qint32 | newMaxAudioChannels | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setMaxAudioChannelsNull | ( | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setMaxStreamingBitrate | ( | qint32 | newMaxStreamingBitrate | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setMaxStreamingBitrateNull | ( | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setOpenToken | ( | QString | newOpenToken | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setOpenTokenNull | ( | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setPlaySessionId | ( | QString | newPlaySessionId | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setPlaySessionIdNull | ( | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setStartTimeTicks | ( | qint64 | newStartTimeTicks | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setStartTimeTicksNull | ( | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setSubtitleStreamIndex | ( | qint32 | newSubtitleStreamIndex | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setSubtitleStreamIndexNull | ( | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::OpenLiveStreamParams::setUserIdNull | ( | ) |
| const qint64 & Jellyfin::Loader::OpenLiveStreamParams::startTimeTicks | ( | ) | const |
The start time in ticks.
| bool Jellyfin::Loader::OpenLiveStreamParams::startTimeTicksNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::OpenLiveStreamParams::subtitleStreamIndex | ( | ) | const |
The subtitle stream index.
| bool Jellyfin::Loader::OpenLiveStreamParams::subtitleStreamIndexNull | ( | ) | const |
| const QString & Jellyfin::Loader::OpenLiveStreamParams::userId | ( | ) | const |
The user id.
| bool Jellyfin::Loader::OpenLiveStreamParams::userIdNull | ( | ) | const |