![]() |
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 bool & | allowAudioStreamCopy () const |
| Whether to allow to copy the audio stream. Default: true. | |
| void | setAllowAudioStreamCopy (bool newAllowAudioStreamCopy) |
| bool | allowAudioStreamCopyNull () const |
| void | setAllowAudioStreamCopyNull () |
| const bool & | allowVideoStreamCopy () const |
| Whether to allow to copy the video stream. Default: true. | |
| void | setAllowVideoStreamCopy (bool newAllowVideoStreamCopy) |
| bool | allowVideoStreamCopyNull () const |
| void | setAllowVideoStreamCopyNull () |
| const qint32 & | audioStreamIndex () const |
| The audio stream index. | |
| void | setAudioStreamIndex (qint32 newAudioStreamIndex) |
| bool | audioStreamIndexNull () const |
| void | setAudioStreamIndexNull () |
| const bool & | autoOpenLiveStream () const |
| Whether to auto open the livestream. | |
| void | setAutoOpenLiveStream (bool newAutoOpenLiveStream) |
| bool | autoOpenLiveStreamNull () const |
| void | setAutoOpenLiveStreamNull () |
| 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 bool & | enableTranscoding () const |
| Whether to enable transcoding. Default: true. | |
| void | setEnableTranscoding (bool newEnableTranscoding) |
| bool | enableTranscodingNull () const |
| void | setEnableTranscodingNull () |
| const QString & | liveStreamId () const |
| The livestream id. | |
| void | setLiveStreamId (QString newLiveStreamId) |
| bool | liveStreamIdNull () const |
| void | setLiveStreamIdNull () |
| 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 & | mediaSourceId () const |
| The media source id. | |
| void | setMediaSourceId (QString newMediaSourceId) |
| bool | mediaSourceIdNull () const |
| void | setMediaSourceIdNull () |
| 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< PlaybackInfoDto > & | body () const |
| The playback info. | |
| void | setBody (QSharedPointer< PlaybackInfoDto > newBody) |
| const bool & Jellyfin::Loader::GetPostedPlaybackInfoParams::allowAudioStreamCopy | ( | ) | const |
Whether to allow to copy the audio stream. Default: true.
| bool Jellyfin::Loader::GetPostedPlaybackInfoParams::allowAudioStreamCopyNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetPostedPlaybackInfoParams::allowVideoStreamCopy | ( | ) | const |
Whether to allow to copy the video stream. Default: true.
| bool Jellyfin::Loader::GetPostedPlaybackInfoParams::allowVideoStreamCopyNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetPostedPlaybackInfoParams::audioStreamIndex | ( | ) | const |
The audio stream index.
| bool Jellyfin::Loader::GetPostedPlaybackInfoParams::audioStreamIndexNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetPostedPlaybackInfoParams::autoOpenLiveStream | ( | ) | const |
Whether to auto open the livestream.
| bool Jellyfin::Loader::GetPostedPlaybackInfoParams::autoOpenLiveStreamNull | ( | ) | const |
| const QSharedPointer< PlaybackInfoDto > & Jellyfin::Loader::GetPostedPlaybackInfoParams::body | ( | ) | const |
The playback info.
| const bool & Jellyfin::Loader::GetPostedPlaybackInfoParams::enableDirectPlay | ( | ) | const |
Whether to enable direct play. Default: true.
| bool Jellyfin::Loader::GetPostedPlaybackInfoParams::enableDirectPlayNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetPostedPlaybackInfoParams::enableDirectStream | ( | ) | const |
Whether to enable direct stream. Default: true.
| bool Jellyfin::Loader::GetPostedPlaybackInfoParams::enableDirectStreamNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetPostedPlaybackInfoParams::enableTranscoding | ( | ) | const |
Whether to enable transcoding. Default: true.
| bool Jellyfin::Loader::GetPostedPlaybackInfoParams::enableTranscodingNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetPostedPlaybackInfoParams::itemId | ( | ) | const |
The item id.
| const QString & Jellyfin::Loader::GetPostedPlaybackInfoParams::liveStreamId | ( | ) | const |
The livestream id.
| bool Jellyfin::Loader::GetPostedPlaybackInfoParams::liveStreamIdNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetPostedPlaybackInfoParams::maxAudioChannels | ( | ) | const |
The maximum number of audio channels.
| bool Jellyfin::Loader::GetPostedPlaybackInfoParams::maxAudioChannelsNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetPostedPlaybackInfoParams::maxStreamingBitrate | ( | ) | const |
The maximum streaming bitrate.
| bool Jellyfin::Loader::GetPostedPlaybackInfoParams::maxStreamingBitrateNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetPostedPlaybackInfoParams::mediaSourceId | ( | ) | const |
The media source id.
| bool Jellyfin::Loader::GetPostedPlaybackInfoParams::mediaSourceIdNull | ( | ) | const |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setAllowAudioStreamCopy | ( | bool | newAllowAudioStreamCopy | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setAllowAudioStreamCopyNull | ( | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setAllowVideoStreamCopy | ( | bool | newAllowVideoStreamCopy | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setAllowVideoStreamCopyNull | ( | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setAudioStreamIndex | ( | qint32 | newAudioStreamIndex | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setAudioStreamIndexNull | ( | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setAutoOpenLiveStream | ( | bool | newAutoOpenLiveStream | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setAutoOpenLiveStreamNull | ( | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setBody | ( | QSharedPointer< PlaybackInfoDto > | newBody | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setEnableDirectPlay | ( | bool | newEnableDirectPlay | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setEnableDirectPlayNull | ( | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setEnableDirectStream | ( | bool | newEnableDirectStream | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setEnableDirectStreamNull | ( | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setEnableTranscoding | ( | bool | newEnableTranscoding | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setEnableTranscodingNull | ( | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setItemId | ( | QString | newItemId | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setLiveStreamId | ( | QString | newLiveStreamId | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setLiveStreamIdNull | ( | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setMaxAudioChannels | ( | qint32 | newMaxAudioChannels | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setMaxAudioChannelsNull | ( | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setMaxStreamingBitrate | ( | qint32 | newMaxStreamingBitrate | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setMaxStreamingBitrateNull | ( | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setMediaSourceId | ( | QString | newMediaSourceId | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setMediaSourceIdNull | ( | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setStartTimeTicks | ( | qint64 | newStartTimeTicks | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setStartTimeTicksNull | ( | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setSubtitleStreamIndex | ( | qint32 | newSubtitleStreamIndex | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setSubtitleStreamIndexNull | ( | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setUserId | ( | QString | newUserId | ) |
| void Jellyfin::Loader::GetPostedPlaybackInfoParams::setUserIdNull | ( | ) |
| const qint64 & Jellyfin::Loader::GetPostedPlaybackInfoParams::startTimeTicks | ( | ) | const |
The start time in ticks.
| bool Jellyfin::Loader::GetPostedPlaybackInfoParams::startTimeTicksNull | ( | ) | const |
| const qint32 & Jellyfin::Loader::GetPostedPlaybackInfoParams::subtitleStreamIndex | ( | ) | const |
The subtitle stream index.
| bool Jellyfin::Loader::GetPostedPlaybackInfoParams::subtitleStreamIndexNull | ( | ) | const |
| const QString & Jellyfin::Loader::GetPostedPlaybackInfoParams::userId | ( | ) | const |
The user id.
| bool Jellyfin::Loader::GetPostedPlaybackInfoParams::userIdNull | ( | ) | const |