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
QObjectSettingsWrapper(QObject *parent=nullptr, BindOption option=DontBindProperties)
Definition qobjectsettingswrapper.cpp:59
void allowTranscodingChanged(bool newAllowTranscoding)
int maxStreamingBitRate
Definition settings.h:37
void setAllowTranscoding(bool allowTranscoding)
Definition settings.cpp:41
bool allowTranscoding
Definition settings.h:36
Settings(ApiClient *apiClient)
Definition settings.cpp:28
void maxStreamingBitRateChanged(int newMaxBitRate)
void setMaxStreamingBitRate(int newMaxBitRate)
Definition settings.cpp:50
Contains all types exposed to QML.