2021-02-21 04:02:05 +00:00
|
|
|
/*
|
|
|
|
* Sailfin: a Jellyfin client written using Qt
|
|
|
|
* Copyright (C) 2021 Chris Josten and the Sailfin Contributors.
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
*/
|
|
|
|
/*
|
|
|
|
* WARNING: THIS IS AN AUTOMATICALLY GENERATED FILE! PLEASE DO NOT EDIT THIS, AS YOUR EDITS WILL GET
|
|
|
|
* OVERWRITTEN AT SOME POINT!
|
|
|
|
*
|
|
|
|
* If there is a bug in this file, please fix the code generator used to generate this file found in
|
|
|
|
* core/openapigenerator.d.
|
|
|
|
*
|
|
|
|
* This file is generated based on Jellyfin's OpenAPI description, "openapi.json". Please update that
|
|
|
|
* file with a newer file if needed instead of manually updating the files.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef JELLYFIN_DTO_TRANSCODINGPROFILE_H
|
|
|
|
#define JELLYFIN_DTO_TRANSCODINGPROFILE_H
|
|
|
|
|
|
|
|
#include <QJsonObject>
|
2021-03-20 02:30:50 +00:00
|
|
|
#include <QJsonValue>
|
2021-02-21 04:02:05 +00:00
|
|
|
#include <QString>
|
2021-03-20 02:30:50 +00:00
|
|
|
#include <optional>
|
2021-02-21 04:02:05 +00:00
|
|
|
|
|
|
|
#include "JellyfinQt/DTO/dlnaprofiletype.h"
|
|
|
|
#include "JellyfinQt/DTO/encodingcontext.h"
|
|
|
|
#include "JellyfinQt/DTO/transcodeseekinfo.h"
|
2021-03-20 02:30:50 +00:00
|
|
|
#include "JellyfinQt/support/jsonconv.h"
|
2021-02-21 04:02:05 +00:00
|
|
|
|
|
|
|
namespace Jellyfin {
|
|
|
|
namespace DTO {
|
|
|
|
|
2021-03-20 02:30:50 +00:00
|
|
|
|
|
|
|
class TranscodingProfile {
|
2021-03-24 19:04:03 +00:00
|
|
|
public:TranscodingProfile();TranscodingProfile(const TranscodingProfile &other);
|
|
|
|
|
2021-03-20 02:30:50 +00:00
|
|
|
static TranscodingProfile fromJson(QJsonObject source);
|
|
|
|
void setFromJson(QJsonObject source);
|
|
|
|
QJsonObject toJson();
|
|
|
|
|
|
|
|
// Properties
|
2021-02-21 04:02:05 +00:00
|
|
|
|
|
|
|
QString container() const;
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
void setContainer(QString newContainer);
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
DlnaProfileType type() const;
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
void setType(DlnaProfileType newType);
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
QString videoCodec() const;
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
void setVideoCodec(QString newVideoCodec);
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
QString audioCodec() const;
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
void setAudioCodec(QString newAudioCodec);
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
QString protocol() const;
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
void setProtocol(QString newProtocol);
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
bool estimateContentLength() const;
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
void setEstimateContentLength(bool newEstimateContentLength);
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
bool enableMpegtsM2TsMode() const;
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
void setEnableMpegtsM2TsMode(bool newEnableMpegtsM2TsMode);
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
TranscodeSeekInfo transcodeSeekInfo() const;
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
void setTranscodeSeekInfo(TranscodeSeekInfo newTranscodeSeekInfo);
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
bool copyTimestamps() const;
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
void setCopyTimestamps(bool newCopyTimestamps);
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
EncodingContext context() const;
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
void setContext(EncodingContext newContext);
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
bool enableSubtitlesInManifest() const;
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
void setEnableSubtitlesInManifest(bool newEnableSubtitlesInManifest);
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
QString maxAudioChannels() const;
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
void setMaxAudioChannels(QString newMaxAudioChannels);
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
qint32 minSegments() const;
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
void setMinSegments(qint32 newMinSegments);
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
qint32 segmentLength() const;
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
void setSegmentLength(qint32 newSegmentLength);
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
bool breakOnNonKeyFrames() const;
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
void setBreakOnNonKeyFrames(bool newBreakOnNonKeyFrames);
|
2021-03-20 02:30:50 +00:00
|
|
|
|
2021-02-21 04:02:05 +00:00
|
|
|
protected:
|
|
|
|
QString m_container;
|
|
|
|
DlnaProfileType m_type;
|
|
|
|
QString m_videoCodec;
|
|
|
|
QString m_audioCodec;
|
|
|
|
QString m_protocol;
|
|
|
|
bool m_estimateContentLength;
|
|
|
|
bool m_enableMpegtsM2TsMode;
|
|
|
|
TranscodeSeekInfo m_transcodeSeekInfo;
|
|
|
|
bool m_copyTimestamps;
|
|
|
|
EncodingContext m_context;
|
|
|
|
bool m_enableSubtitlesInManifest;
|
|
|
|
QString m_maxAudioChannels;
|
|
|
|
qint32 m_minSegments;
|
|
|
|
qint32 m_segmentLength;
|
|
|
|
bool m_breakOnNonKeyFrames;
|
|
|
|
};
|
|
|
|
|
|
|
|
} // NS Jellyfin
|
|
|
|
} // NS DTO
|
|
|
|
|
|
|
|
#endif // JELLYFIN_DTO_TRANSCODINGPROFILE_H
|