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

#include <mediaencoderpathdto.h>

Public Member Functions

 MediaEncoderPathDto ()
 
 MediaEncoderPathDto (const MediaEncoderPathDto &other)
 
void replaceData (MediaEncoderPathDto &other)
 
void setFromJson (QJsonObject source)
 
QJsonObject toJson () const
 
QString path () const
 Gets or sets media encoder path.
 
void setPath (QString newPath)
 Gets or sets media encoder path.
 
bool pathNull () const
 
void setPathNull ()
 
QString pathType () const
 Gets or sets media encoder path type.
 
void setPathType (QString newPathType)
 Gets or sets media encoder path type.
 
bool pathTypeNull () const
 
void setPathTypeNull ()
 

Static Public Member Functions

static MediaEncoderPathDto fromJson (QJsonObject source)
 

Protected Attributes

QString m_path
 
QString m_pathType
 

Constructor & Destructor Documentation

◆ MediaEncoderPathDto() [1/2]

Jellyfin::DTO::MediaEncoderPathDto::MediaEncoderPathDto ( )

◆ MediaEncoderPathDto() [2/2]

Jellyfin::DTO::MediaEncoderPathDto::MediaEncoderPathDto ( const MediaEncoderPathDto & other)

Member Function Documentation

◆ fromJson()

MediaEncoderPathDto Jellyfin::DTO::MediaEncoderPathDto::fromJson ( QJsonObject source)
static

◆ path()

QString Jellyfin::DTO::MediaEncoderPathDto::path ( ) const

Gets or sets media encoder path.

◆ pathNull()

bool Jellyfin::DTO::MediaEncoderPathDto::pathNull ( ) const

◆ pathType()

QString Jellyfin::DTO::MediaEncoderPathDto::pathType ( ) const

Gets or sets media encoder path type.

◆ pathTypeNull()

bool Jellyfin::DTO::MediaEncoderPathDto::pathTypeNull ( ) const

◆ replaceData()

void Jellyfin::DTO::MediaEncoderPathDto::replaceData ( MediaEncoderPathDto & other)

Replaces the data being hold by this class with that of the other.

◆ setFromJson()

void Jellyfin::DTO::MediaEncoderPathDto::setFromJson ( QJsonObject source)

◆ setPath()

void Jellyfin::DTO::MediaEncoderPathDto::setPath ( QString newPath)

Gets or sets media encoder path.

◆ setPathNull()

void Jellyfin::DTO::MediaEncoderPathDto::setPathNull ( )

◆ setPathType()

void Jellyfin::DTO::MediaEncoderPathDto::setPathType ( QString newPathType)

Gets or sets media encoder path type.

◆ setPathTypeNull()

void Jellyfin::DTO::MediaEncoderPathDto::setPathTypeNull ( )

◆ toJson()

QJsonObject Jellyfin::DTO::MediaEncoderPathDto::toJson ( ) const

Member Data Documentation

◆ m_path

QString Jellyfin::DTO::MediaEncoderPathDto::m_path
protected

◆ m_pathType

QString Jellyfin::DTO::MediaEncoderPathDto::m_pathType
protected

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