Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::Loader::GetPostedPlaybackInfoParams Class Reference

#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)
 

Member Function Documentation

◆ allowAudioStreamCopy()

const bool & Jellyfin::Loader::GetPostedPlaybackInfoParams::allowAudioStreamCopy ( ) const

Whether to allow to copy the audio stream. Default: true.

◆ allowAudioStreamCopyNull()

bool Jellyfin::Loader::GetPostedPlaybackInfoParams::allowAudioStreamCopyNull ( ) const

◆ allowVideoStreamCopy()

const bool & Jellyfin::Loader::GetPostedPlaybackInfoParams::allowVideoStreamCopy ( ) const

Whether to allow to copy the video stream. Default: true.

◆ allowVideoStreamCopyNull()

bool Jellyfin::Loader::GetPostedPlaybackInfoParams::allowVideoStreamCopyNull ( ) const

◆ audioStreamIndex()

const qint32 & Jellyfin::Loader::GetPostedPlaybackInfoParams::audioStreamIndex ( ) const

The audio stream index.

◆ audioStreamIndexNull()

bool Jellyfin::Loader::GetPostedPlaybackInfoParams::audioStreamIndexNull ( ) const

◆ autoOpenLiveStream()

const bool & Jellyfin::Loader::GetPostedPlaybackInfoParams::autoOpenLiveStream ( ) const

Whether to auto open the livestream.

◆ autoOpenLiveStreamNull()

bool Jellyfin::Loader::GetPostedPlaybackInfoParams::autoOpenLiveStreamNull ( ) const

◆ body()

const QSharedPointer< PlaybackInfoDto > & Jellyfin::Loader::GetPostedPlaybackInfoParams::body ( ) const

The playback info.

◆ enableDirectPlay()

const bool & Jellyfin::Loader::GetPostedPlaybackInfoParams::enableDirectPlay ( ) const

Whether to enable direct play. Default: true.

◆ enableDirectPlayNull()

bool Jellyfin::Loader::GetPostedPlaybackInfoParams::enableDirectPlayNull ( ) const

◆ enableDirectStream()

const bool & Jellyfin::Loader::GetPostedPlaybackInfoParams::enableDirectStream ( ) const

Whether to enable direct stream. Default: true.

◆ enableDirectStreamNull()

bool Jellyfin::Loader::GetPostedPlaybackInfoParams::enableDirectStreamNull ( ) const

◆ enableTranscoding()

const bool & Jellyfin::Loader::GetPostedPlaybackInfoParams::enableTranscoding ( ) const

Whether to enable transcoding. Default: true.

◆ enableTranscodingNull()

bool Jellyfin::Loader::GetPostedPlaybackInfoParams::enableTranscodingNull ( ) const

◆ itemId()

const QString & Jellyfin::Loader::GetPostedPlaybackInfoParams::itemId ( ) const

The item id.

◆ liveStreamId()

const QString & Jellyfin::Loader::GetPostedPlaybackInfoParams::liveStreamId ( ) const

The livestream id.

◆ liveStreamIdNull()

bool Jellyfin::Loader::GetPostedPlaybackInfoParams::liveStreamIdNull ( ) const

◆ maxAudioChannels()

const qint32 & Jellyfin::Loader::GetPostedPlaybackInfoParams::maxAudioChannels ( ) const

The maximum number of audio channels.

◆ maxAudioChannelsNull()

bool Jellyfin::Loader::GetPostedPlaybackInfoParams::maxAudioChannelsNull ( ) const

◆ maxStreamingBitrate()

const qint32 & Jellyfin::Loader::GetPostedPlaybackInfoParams::maxStreamingBitrate ( ) const

The maximum streaming bitrate.

◆ maxStreamingBitrateNull()

bool Jellyfin::Loader::GetPostedPlaybackInfoParams::maxStreamingBitrateNull ( ) const

◆ mediaSourceId()

const QString & Jellyfin::Loader::GetPostedPlaybackInfoParams::mediaSourceId ( ) const

The media source id.

◆ mediaSourceIdNull()

bool Jellyfin::Loader::GetPostedPlaybackInfoParams::mediaSourceIdNull ( ) const

◆ setAllowAudioStreamCopy()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setAllowAudioStreamCopy ( bool newAllowAudioStreamCopy)

◆ setAllowAudioStreamCopyNull()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setAllowAudioStreamCopyNull ( )

◆ setAllowVideoStreamCopy()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setAllowVideoStreamCopy ( bool newAllowVideoStreamCopy)

◆ setAllowVideoStreamCopyNull()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setAllowVideoStreamCopyNull ( )

◆ setAudioStreamIndex()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setAudioStreamIndex ( qint32 newAudioStreamIndex)

◆ setAudioStreamIndexNull()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setAudioStreamIndexNull ( )

◆ setAutoOpenLiveStream()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setAutoOpenLiveStream ( bool newAutoOpenLiveStream)

◆ setAutoOpenLiveStreamNull()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setAutoOpenLiveStreamNull ( )

◆ setBody()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setBody ( QSharedPointer< PlaybackInfoDto > newBody)

◆ setEnableDirectPlay()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setEnableDirectPlay ( bool newEnableDirectPlay)

◆ setEnableDirectPlayNull()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setEnableDirectPlayNull ( )

◆ setEnableDirectStream()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setEnableDirectStream ( bool newEnableDirectStream)

◆ setEnableDirectStreamNull()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setEnableDirectStreamNull ( )

◆ setEnableTranscoding()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setEnableTranscoding ( bool newEnableTranscoding)

◆ setEnableTranscodingNull()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setEnableTranscodingNull ( )

◆ setItemId()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setItemId ( QString newItemId)

◆ setLiveStreamId()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setLiveStreamId ( QString newLiveStreamId)

◆ setLiveStreamIdNull()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setLiveStreamIdNull ( )

◆ setMaxAudioChannels()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setMaxAudioChannels ( qint32 newMaxAudioChannels)

◆ setMaxAudioChannelsNull()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setMaxAudioChannelsNull ( )

◆ setMaxStreamingBitrate()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setMaxStreamingBitrate ( qint32 newMaxStreamingBitrate)

◆ setMaxStreamingBitrateNull()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setMaxStreamingBitrateNull ( )

◆ setMediaSourceId()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setMediaSourceId ( QString newMediaSourceId)

◆ setMediaSourceIdNull()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setMediaSourceIdNull ( )

◆ setStartTimeTicks()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setStartTimeTicks ( qint64 newStartTimeTicks)

◆ setStartTimeTicksNull()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setStartTimeTicksNull ( )

◆ setSubtitleStreamIndex()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setSubtitleStreamIndex ( qint32 newSubtitleStreamIndex)

◆ setSubtitleStreamIndexNull()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setSubtitleStreamIndexNull ( )

◆ setUserId()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setUserId ( QString newUserId)

◆ setUserIdNull()

void Jellyfin::Loader::GetPostedPlaybackInfoParams::setUserIdNull ( )

◆ startTimeTicks()

const qint64 & Jellyfin::Loader::GetPostedPlaybackInfoParams::startTimeTicks ( ) const

The start time in ticks.

◆ startTimeTicksNull()

bool Jellyfin::Loader::GetPostedPlaybackInfoParams::startTimeTicksNull ( ) const

◆ subtitleStreamIndex()

const qint32 & Jellyfin::Loader::GetPostedPlaybackInfoParams::subtitleStreamIndex ( ) const

The subtitle stream index.

◆ subtitleStreamIndexNull()

bool Jellyfin::Loader::GetPostedPlaybackInfoParams::subtitleStreamIndexNull ( ) const

◆ userId()

const QString & Jellyfin::Loader::GetPostedPlaybackInfoParams::userId ( ) const

The user id.

◆ userIdNull()

bool Jellyfin::Loader::GetPostedPlaybackInfoParams::userIdNull ( ) const

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