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

#include <requesttypes.h>

Public Member Functions

const QString & deviceId () const
 The device id of the client requesting. Used to stop encoding processes when needed.
 
void setDeviceId (QString newDeviceId)
 
bool deviceIdNull () const
 
void setDeviceIdNull ()
 
const QString & playSessionId () const
 The play session id.
 
void setPlaySessionId (QString newPlaySessionId)
 
bool playSessionIdNull () const
 
void setPlaySessionIdNull ()
 

Member Function Documentation

◆ deviceId()

const QString & Jellyfin::Loader::StopEncodingProcessParams::deviceId ( ) const

The device id of the client requesting. Used to stop encoding processes when needed.

◆ deviceIdNull()

bool Jellyfin::Loader::StopEncodingProcessParams::deviceIdNull ( ) const

◆ playSessionId()

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

The play session id.

◆ playSessionIdNull()

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

◆ setDeviceId()

void Jellyfin::Loader::StopEncodingProcessParams::setDeviceId ( QString newDeviceId)

◆ setDeviceIdNull()

void Jellyfin::Loader::StopEncodingProcessParams::setDeviceIdNull ( )

◆ setPlaySessionId()

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

◆ setPlaySessionIdNull()

void Jellyfin::Loader::StopEncodingProcessParams::setPlaySessionIdNull ( )

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