| audioCodec() const | Jellyfin::DTO::TranscodingProfile | |
| breakOnNonKeyFrames() const | Jellyfin::DTO::TranscodingProfile | |
| conditions() const | Jellyfin::DTO::TranscodingProfile | |
| container() const | Jellyfin::DTO::TranscodingProfile | |
| context() const | Jellyfin::DTO::TranscodingProfile | |
| copyTimestamps() const | Jellyfin::DTO::TranscodingProfile | |
| enableAudioVbrEncoding() const | Jellyfin::DTO::TranscodingProfile | |
| enableMpegtsM2TsMode() const | Jellyfin::DTO::TranscodingProfile | |
| enableSubtitlesInManifest() const | Jellyfin::DTO::TranscodingProfile | |
| estimateContentLength() const | Jellyfin::DTO::TranscodingProfile | |
| fromJson(QJsonObject source) | Jellyfin::DTO::TranscodingProfile | static |
| m_audioCodec | Jellyfin::DTO::TranscodingProfile | protected |
| m_breakOnNonKeyFrames | Jellyfin::DTO::TranscodingProfile | protected |
| m_conditions | Jellyfin::DTO::TranscodingProfile | protected |
| m_container | Jellyfin::DTO::TranscodingProfile | protected |
| m_context | Jellyfin::DTO::TranscodingProfile | protected |
| m_copyTimestamps | Jellyfin::DTO::TranscodingProfile | protected |
| m_enableAudioVbrEncoding | Jellyfin::DTO::TranscodingProfile | protected |
| m_enableMpegtsM2TsMode | Jellyfin::DTO::TranscodingProfile | protected |
| m_enableSubtitlesInManifest | Jellyfin::DTO::TranscodingProfile | protected |
| m_estimateContentLength | Jellyfin::DTO::TranscodingProfile | protected |
| m_maxAudioChannels | Jellyfin::DTO::TranscodingProfile | protected |
| m_minSegments | Jellyfin::DTO::TranscodingProfile | protected |
| m_protocol | Jellyfin::DTO::TranscodingProfile | protected |
| m_segmentLength | Jellyfin::DTO::TranscodingProfile | protected |
| m_transcodeSeekInfo | Jellyfin::DTO::TranscodingProfile | protected |
| m_type | Jellyfin::DTO::TranscodingProfile | protected |
| m_videoCodec | Jellyfin::DTO::TranscodingProfile | protected |
| maxAudioChannels() const | Jellyfin::DTO::TranscodingProfile | |
| maxAudioChannelsNull() const | Jellyfin::DTO::TranscodingProfile | |
| minSegments() const | Jellyfin::DTO::TranscodingProfile | |
| protocol() const | Jellyfin::DTO::TranscodingProfile | |
| replaceData(TranscodingProfile &other) | Jellyfin::DTO::TranscodingProfile | |
| segmentLength() const | Jellyfin::DTO::TranscodingProfile | |
| setAudioCodec(QString newAudioCodec) | Jellyfin::DTO::TranscodingProfile | |
| setBreakOnNonKeyFrames(std::optional< bool > newBreakOnNonKeyFrames) | Jellyfin::DTO::TranscodingProfile | |
| setConditions(QList< ProfileCondition > newConditions) | Jellyfin::DTO::TranscodingProfile | |
| setContainer(QString newContainer) | Jellyfin::DTO::TranscodingProfile | |
| setContext(EncodingContext newContext) | Jellyfin::DTO::TranscodingProfile | |
| setCopyTimestamps(std::optional< bool > newCopyTimestamps) | Jellyfin::DTO::TranscodingProfile | |
| setEnableAudioVbrEncoding(std::optional< bool > newEnableAudioVbrEncoding) | Jellyfin::DTO::TranscodingProfile | |
| setEnableMpegtsM2TsMode(std::optional< bool > newEnableMpegtsM2TsMode) | Jellyfin::DTO::TranscodingProfile | |
| setEnableSubtitlesInManifest(std::optional< bool > newEnableSubtitlesInManifest) | Jellyfin::DTO::TranscodingProfile | |
| setEstimateContentLength(std::optional< bool > newEstimateContentLength) | Jellyfin::DTO::TranscodingProfile | |
| setFromJson(QJsonObject source) | Jellyfin::DTO::TranscodingProfile | |
| setMaxAudioChannels(QString newMaxAudioChannels) | Jellyfin::DTO::TranscodingProfile | |
| setMaxAudioChannelsNull() | Jellyfin::DTO::TranscodingProfile | |
| setMinSegments(std::optional< qint32 > newMinSegments) | Jellyfin::DTO::TranscodingProfile | |
| setProtocol(MediaStreamProtocol newProtocol) | Jellyfin::DTO::TranscodingProfile | |
| setSegmentLength(std::optional< qint32 > newSegmentLength) | Jellyfin::DTO::TranscodingProfile | |
| setTranscodeSeekInfo(TranscodeSeekInfo newTranscodeSeekInfo) | Jellyfin::DTO::TranscodingProfile | |
| setType(DlnaProfileType newType) | Jellyfin::DTO::TranscodingProfile | |
| setVideoCodec(QString newVideoCodec) | Jellyfin::DTO::TranscodingProfile | |
| toJson() const | Jellyfin::DTO::TranscodingProfile | |
| transcodeSeekInfo() const | Jellyfin::DTO::TranscodingProfile | |
| TranscodingProfile(QString container, DlnaProfileType type, QString videoCodec, QString audioCodec, MediaStreamProtocol protocol, std::optional< bool > estimateContentLength, std::optional< bool > enableMpegtsM2TsMode, TranscodeSeekInfo transcodeSeekInfo, std::optional< bool > copyTimestamps, EncodingContext context, std::optional< bool > enableSubtitlesInManifest, std::optional< qint32 > minSegments, std::optional< qint32 > segmentLength, std::optional< bool > breakOnNonKeyFrames, QList< ProfileCondition > conditions, std::optional< bool > enableAudioVbrEncoding) | Jellyfin::DTO::TranscodingProfile | |
| TranscodingProfile(const TranscodingProfile &other) | Jellyfin::DTO::TranscodingProfile | |
| type() const | Jellyfin::DTO::TranscodingProfile | |
| videoCodec() const | Jellyfin::DTO::TranscodingProfile | |