19#ifndef JELLYFIN_VIEWMODEL_SETTINGS_H
20#define JELLYFIN_VIEWMODEL_SETTINGS_H
51 bool m_allowTranscoding = true;
52 int m_maxStreamingBitRate = 5000000;
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
Almost-API reimplementation of https://github.com/sailfishos/mlite/blob/master/src/mdconfgroup....
Definition qobjectsettingswrapper.h:53
void allowTranscodingChanged(bool newAllowTranscoding)
int maxStreamingBitRate
Definition settings.h:37
void setAllowTranscoding(bool allowTranscoding)
Definition settings.cpp:41
bool allowTranscoding
Definition settings.h:36
void maxStreamingBitRateChanged(int newMaxBitRate)
void setMaxStreamingBitRate(int newMaxBitRate)
Definition settings.cpp:50