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

#include <requesttypes.h>

Public Member Functions

const QString & itemId () const
 Item id.
void setItemId (QString newItemId)
const QString & liveStreamId () const
 The live stream id.
void setLiveStreamId (QString newLiveStreamId)
bool liveStreamIdNull () const
void setLiveStreamIdNull ()
const QString & mediaSourceId () const
 The id of the MediaSource.
void setMediaSourceId (QString newMediaSourceId)
bool mediaSourceIdNull () const
void setMediaSourceIdNull ()
const QString & nextMediaType () const
 The next media type that will play.
void setNextMediaType (QString newNextMediaType)
bool nextMediaTypeNull () const
void setNextMediaTypeNull ()
const QString & playSessionId () const
 The play session id.
void setPlaySessionId (QString newPlaySessionId)
bool playSessionIdNull () const
void setPlaySessionIdNull ()
const qint64 & positionTicks () const
 Optional. The position, in ticks, where playback stopped. 1 tick = 10000 ms.
void setPositionTicks (qint64 newPositionTicks)
bool positionTicksNull () const
void setPositionTicksNull ()

Member Function Documentation

◆ itemId()

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

Item id.

◆ liveStreamId()

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

The live stream id.

◆ liveStreamIdNull()

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

◆ mediaSourceId()

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

The id of the MediaSource.

◆ mediaSourceIdNull()

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

◆ nextMediaType()

const QString & Jellyfin::Loader::OnPlaybackStoppedParams::nextMediaType ( ) const

The next media type that will play.

◆ nextMediaTypeNull()

bool Jellyfin::Loader::OnPlaybackStoppedParams::nextMediaTypeNull ( ) const

◆ playSessionId()

const QString & Jellyfin::Loader::OnPlaybackStoppedParams::playSessionId ( ) const

The play session id.

◆ playSessionIdNull()

bool Jellyfin::Loader::OnPlaybackStoppedParams::playSessionIdNull ( ) const

◆ positionTicks()

const qint64 & Jellyfin::Loader::OnPlaybackStoppedParams::positionTicks ( ) const

Optional. The position, in ticks, where playback stopped. 1 tick = 10000 ms.

◆ positionTicksNull()

bool Jellyfin::Loader::OnPlaybackStoppedParams::positionTicksNull ( ) const

◆ setItemId()

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

◆ setLiveStreamId()

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

◆ setLiveStreamIdNull()

void Jellyfin::Loader::OnPlaybackStoppedParams::setLiveStreamIdNull ( )

◆ setMediaSourceId()

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

◆ setMediaSourceIdNull()

void Jellyfin::Loader::OnPlaybackStoppedParams::setMediaSourceIdNull ( )

◆ setNextMediaType()

void Jellyfin::Loader::OnPlaybackStoppedParams::setNextMediaType ( QString newNextMediaType)

◆ setNextMediaTypeNull()

void Jellyfin::Loader::OnPlaybackStoppedParams::setNextMediaTypeNull ( )

◆ setPlaySessionId()

void Jellyfin::Loader::OnPlaybackStoppedParams::setPlaySessionId ( QString newPlaySessionId)

◆ setPlaySessionIdNull()

void Jellyfin::Loader::OnPlaybackStoppedParams::setPlaySessionIdNull ( )

◆ setPositionTicks()

void Jellyfin::Loader::OnPlaybackStoppedParams::setPositionTicks ( qint64 newPositionTicks)

◆ setPositionTicksNull()

void Jellyfin::Loader::OnPlaybackStoppedParams::setPositionTicksNull ( )

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