Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
const QString & | itemId () const |
The item id. | |
void | setItemId (QString newItemId) |
const QString & | mediaSourceId () const |
The media version id, if playing an alternate version. | |
void | setMediaSourceId (QString newMediaSourceId) |
const bool & | allowAudioStreamCopy () const |
Whether or not to allow copying of the audio stream url. | |
void | setAllowAudioStreamCopy (bool newAllowAudioStreamCopy) |
bool | allowAudioStreamCopyNull () const |
void | setAllowAudioStreamCopyNull () |
const bool & | allowVideoStreamCopy () const |
Whether or not to allow copying of the video stream url. | |
void | setAllowVideoStreamCopy (bool newAllowVideoStreamCopy) |
bool | allowVideoStreamCopyNull () const |
void | setAllowVideoStreamCopyNull () |
const qint32 & | audioBitRate () const |
Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults. | |
void | setAudioBitRate (qint32 newAudioBitRate) |
bool | audioBitRateNull () const |
void | setAudioBitRateNull () |
const qint32 & | audioChannels () const |
Optional. Specify a specific number of audio channels to encode to, e.g. 2. | |
void | setAudioChannels (qint32 newAudioChannels) |
bool | audioChannelsNull () const |
void | setAudioChannelsNull () |
const QString & | audioCodec () const |
Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url's extension. Options: aac, mp3, vorbis, wma. | |
void | setAudioCodec (QString newAudioCodec) |
bool | audioCodecNull () const |
void | setAudioCodecNull () |
const qint32 & | audioSampleRate () const |
Optional. Specify a specific audio sample rate, e.g. 44100. | |
void | setAudioSampleRate (qint32 newAudioSampleRate) |
bool | audioSampleRateNull () const |
void | setAudioSampleRateNull () |
const qint32 & | audioStreamIndex () const |
Optional. The index of the audio stream to use. If omitted the first audio stream will be used. | |
void | setAudioStreamIndex (qint32 newAudioStreamIndex) |
bool | audioStreamIndexNull () const |
void | setAudioStreamIndexNull () |
const bool & | breakOnNonKeyFrames () const |
Optional. Whether to break on non key frames. | |
void | setBreakOnNonKeyFrames (bool newBreakOnNonKeyFrames) |
bool | breakOnNonKeyFramesNull () const |
void | setBreakOnNonKeyFramesNull () |
const EncodingContext & | context () const |
Optional. The MediaBrowser.Model.Dlna.EncodingContext. | |
void | setContext (EncodingContext newContext) |
bool | contextNull () const |
void | setContextNull () |
const bool & | copyTimestamps () const |
Whether or not to copy timestamps when transcoding with an offset. Defaults to false. | |
void | setCopyTimestamps (bool newCopyTimestamps) |
bool | copyTimestampsNull () const |
void | setCopyTimestampsNull () |
const qint32 & | cpuCoreLimit () const |
Optional. The limit of how many cpu cores to use. | |
void | setCpuCoreLimit (qint32 newCpuCoreLimit) |
bool | cpuCoreLimitNull () const |
void | setCpuCoreLimitNull () |
const bool & | deInterlace () const |
Optional. Whether to deinterlace the video. | |
void | setDeInterlace (bool newDeInterlace) |
bool | deInterlaceNull () const |
void | setDeInterlaceNull () |
const QString & | deviceId () const |
The device id of the client requesting. Used to stop encoding processes when needed. | |
void | setDeviceId (QString newDeviceId) |
bool | deviceIdNull () const |
void | setDeviceIdNull () |
const QString & | deviceProfileId () const |
Optional. The dlna device profile id to utilize. | |
void | setDeviceProfileId (QString newDeviceProfileId) |
bool | deviceProfileIdNull () const |
void | setDeviceProfileIdNull () |
const bool & | enableAdaptiveBitrateStreaming () const |
Enable adaptive bitrate streaming. | |
void | setEnableAdaptiveBitrateStreaming (bool newEnableAdaptiveBitrateStreaming) |
bool | enableAdaptiveBitrateStreamingNull () const |
void | setEnableAdaptiveBitrateStreamingNull () |
const bool & | enableAutoStreamCopy () const |
Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true. | |
void | setEnableAutoStreamCopy (bool newEnableAutoStreamCopy) |
bool | enableAutoStreamCopyNull () const |
void | setEnableAutoStreamCopyNull () |
const bool & | enableMpegtsM2TsMode () const |
Optional. Whether to enable the MpegtsM2Ts mode. | |
void | setEnableMpegtsM2TsMode (bool newEnableMpegtsM2TsMode) |
bool | enableMpegtsM2TsModeNull () const |
void | setEnableMpegtsM2TsModeNull () |
const float & | framerate () const |
Optional. A specific video framerate to encode to, e.g. 23.976. Generally this should be omitted unless the device has specific requirements. | |
void | setFramerate (float newFramerate) |
bool | framerateNull () const |
void | setFramerateNull () |
const qint32 & | height () const |
Optional. The fixed vertical resolution of the encoded video. | |
void | setHeight (qint32 newHeight) |
bool | heightNull () const |
void | setHeightNull () |
const QString & | level () const |
Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3.1. | |
void | setLevel (QString newLevel) |
bool | levelNull () const |
void | setLevelNull () |
const QString & | liveStreamId () const |
The live stream id. | |
void | setLiveStreamId (QString newLiveStreamId) |
bool | liveStreamIdNull () const |
void | setLiveStreamIdNull () |
const qint32 & | maxAudioBitDepth () const |
Optional. The maximum audio bit depth. | |
void | setMaxAudioBitDepth (qint32 newMaxAudioBitDepth) |
bool | maxAudioBitDepthNull () const |
void | setMaxAudioBitDepthNull () |
const qint32 & | maxAudioChannels () const |
Optional. Specify a maximum number of audio channels to encode to, e.g. 2. | |
void | setMaxAudioChannels (qint32 newMaxAudioChannels) |
bool | maxAudioChannelsNull () const |
void | setMaxAudioChannelsNull () |
const float & | maxFramerate () const |
Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generally this should be omitted unless the device has specific requirements. | |
void | setMaxFramerate (float newMaxFramerate) |
bool | maxFramerateNull () const |
void | setMaxFramerateNull () |
const qint32 & | maxRefFrames () const |
Optional. | |
void | setMaxRefFrames (qint32 newMaxRefFrames) |
bool | maxRefFramesNull () const |
void | setMaxRefFramesNull () |
const qint32 & | maxStreamingBitrate () const |
Optional. The maximum streaming bitrate. | |
void | setMaxStreamingBitrate (qint32 newMaxStreamingBitrate) |
bool | maxStreamingBitrateNull () const |
void | setMaxStreamingBitrateNull () |
const qint32 & | maxVideoBitDepth () const |
Optional. The maximum video bit depth. | |
void | setMaxVideoBitDepth (qint32 newMaxVideoBitDepth) |
bool | maxVideoBitDepthNull () const |
void | setMaxVideoBitDepthNull () |
const qint32 & | minSegments () const |
The minimum number of segments. | |
void | setMinSegments (qint32 newMinSegments) |
bool | minSegmentsNull () const |
void | setMinSegmentsNull () |
const QString & | params () const |
The streaming parameters. | |
void | setParams (QString newParams) |
bool | paramsNull () const |
void | setParamsNull () |
const QString & | playSessionId () const |
The play session id. | |
void | setPlaySessionId (QString newPlaySessionId) |
bool | playSessionIdNull () const |
void | setPlaySessionIdNull () |
const QString & | profile () const |
Optional. Specify a specific an encoder profile (varies by encoder), e.g. main, baseline, high. | |
void | setProfile (QString newProfile) |
bool | profileNull () const |
void | setProfileNull () |
const bool & | requireAvc () const |
Optional. Whether to require avc. | |
void | setRequireAvc (bool newRequireAvc) |
bool | requireAvcNull () const |
void | setRequireAvcNull () |
const bool & | requireNonAnamorphic () const |
Optional. Whether to require a non anamorphic stream. | |
void | setRequireNonAnamorphic (bool newRequireNonAnamorphic) |
bool | requireNonAnamorphicNull () const |
void | setRequireNonAnamorphicNull () |
const QString & | segmentContainer () const |
The segment container. | |
void | setSegmentContainer (QString newSegmentContainer) |
bool | segmentContainerNull () const |
void | setSegmentContainerNull () |
const qint32 & | segmentLength () const |
The segment length. | |
void | setSegmentLength (qint32 newSegmentLength) |
bool | segmentLengthNull () const |
void | setSegmentLengthNull () |
const qint64 & | startTimeTicks () const |
Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms. | |
void | setStartTimeTicks (qint64 newStartTimeTicks) |
bool | startTimeTicksNull () const |
void | setStartTimeTicksNull () |
const bool & | staticStreaming () const |
Optional. If true, the original file will be streamed statically without any encoding. Use either no url extension or the original file extension. true/false. | |
void | setStaticStreaming (bool newStaticStreaming) |
bool | staticStreamingNull () const |
void | setStaticStreamingNull () |
const QJsonObject & | streamOptions () const |
Optional. The streaming options. | |
void | setStreamOptions (QJsonObject newStreamOptions) |
bool | streamOptionsNull () const |
void | setStreamOptionsNull () |
const QString & | subtitleCodec () const |
Optional. Specify a subtitle codec to encode to. | |
void | setSubtitleCodec (QString newSubtitleCodec) |
bool | subtitleCodecNull () const |
void | setSubtitleCodecNull () |
const SubtitleDeliveryMethod & | subtitleMethod () const |
Optional. Specify the subtitle delivery method. | |
void | setSubtitleMethod (SubtitleDeliveryMethod newSubtitleMethod) |
bool | subtitleMethodNull () const |
void | setSubtitleMethodNull () |
const qint32 & | subtitleStreamIndex () const |
Optional. The index of the subtitle stream to use. If omitted no subtitles will be used. | |
void | setSubtitleStreamIndex (qint32 newSubtitleStreamIndex) |
bool | subtitleStreamIndexNull () const |
void | setSubtitleStreamIndexNull () |
const QString & | tag () const |
The tag. | |
void | setTag (QString newTag) |
bool | tagNull () const |
void | setTagNull () |
const QString & | transcodeReasons () const |
Optional. The transcoding reason. | |
void | setTranscodeReasons (QString newTranscodeReasons) |
bool | transcodeReasonsNull () const |
void | setTranscodeReasonsNull () |
const qint32 & | transcodingMaxAudioChannels () const |
Optional. The maximum number of audio channels to transcode. | |
void | setTranscodingMaxAudioChannels (qint32 newTranscodingMaxAudioChannels) |
bool | transcodingMaxAudioChannelsNull () const |
void | setTranscodingMaxAudioChannelsNull () |
const qint32 & | videoBitRate () const |
Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this will be left to encoder defaults. | |
void | setVideoBitRate (qint32 newVideoBitRate) |
bool | videoBitRateNull () const |
void | setVideoBitRateNull () |
const QString & | videoCodec () const |
Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url's extension. Options: h265, h264, mpeg4, theora, vpx, wmv. | |
void | setVideoCodec (QString newVideoCodec) |
bool | videoCodecNull () const |
void | setVideoCodecNull () |
const qint32 & | videoStreamIndex () const |
Optional. The index of the video stream to use. If omitted the first video stream will be used. | |
void | setVideoStreamIndex (qint32 newVideoStreamIndex) |
bool | videoStreamIndexNull () const |
void | setVideoStreamIndexNull () |
const qint32 & | width () const |
Optional. The fixed horizontal resolution of the encoded video. | |
void | setWidth (qint32 newWidth) |
bool | widthNull () const |
void | setWidthNull () |
const bool & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::allowAudioStreamCopy | ( | ) | const |
Whether or not to allow copying of the audio stream url.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::allowAudioStreamCopyNull | ( | ) | const |
const bool & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::allowVideoStreamCopy | ( | ) | const |
Whether or not to allow copying of the video stream url.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::allowVideoStreamCopyNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::audioBitRate | ( | ) | const |
Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::audioBitRateNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::audioChannels | ( | ) | const |
Optional. Specify a specific number of audio channels to encode to, e.g. 2.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::audioChannelsNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::audioCodec | ( | ) | const |
Optional. Specify a audio codec to encode to, e.g. mp3. If omitted the server will auto-select using the url's extension. Options: aac, mp3, vorbis, wma.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::audioCodecNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::audioSampleRate | ( | ) | const |
Optional. Specify a specific audio sample rate, e.g. 44100.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::audioSampleRateNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::audioStreamIndex | ( | ) | const |
Optional. The index of the audio stream to use. If omitted the first audio stream will be used.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::audioStreamIndexNull | ( | ) | const |
const bool & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::breakOnNonKeyFrames | ( | ) | const |
Optional. Whether to break on non key frames.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::breakOnNonKeyFramesNull | ( | ) | const |
const EncodingContext & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::context | ( | ) | const |
Optional. The MediaBrowser.Model.Dlna.EncodingContext.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::contextNull | ( | ) | const |
const bool & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::copyTimestamps | ( | ) | const |
Whether or not to copy timestamps when transcoding with an offset. Defaults to false.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::copyTimestampsNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::cpuCoreLimit | ( | ) | const |
Optional. The limit of how many cpu cores to use.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::cpuCoreLimitNull | ( | ) | const |
const bool & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::deInterlace | ( | ) | const |
Optional. Whether to deinterlace the video.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::deInterlaceNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::deviceId | ( | ) | const |
The device id of the client requesting. Used to stop encoding processes when needed.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::deviceIdNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::deviceProfileId | ( | ) | const |
Optional. The dlna device profile id to utilize.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::deviceProfileIdNull | ( | ) | const |
const bool & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::enableAdaptiveBitrateStreaming | ( | ) | const |
Enable adaptive bitrate streaming.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::enableAdaptiveBitrateStreamingNull | ( | ) | const |
const bool & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::enableAutoStreamCopy | ( | ) | const |
Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::enableAutoStreamCopyNull | ( | ) | const |
const bool & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::enableMpegtsM2TsMode | ( | ) | const |
Optional. Whether to enable the MpegtsM2Ts mode.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::enableMpegtsM2TsModeNull | ( | ) | const |
const float & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::framerate | ( | ) | const |
Optional. A specific video framerate to encode to, e.g. 23.976. Generally this should be omitted unless the device has specific requirements.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::framerateNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::height | ( | ) | const |
Optional. The fixed vertical resolution of the encoded video.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::heightNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::itemId | ( | ) | const |
The item id.
const QString & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::level | ( | ) | const |
Optional. Specify a level for the encoder profile (varies by encoder), e.g. 3, 3.1.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::levelNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::liveStreamId | ( | ) | const |
The live stream id.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::liveStreamIdNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::maxAudioBitDepth | ( | ) | const |
Optional. The maximum audio bit depth.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::maxAudioBitDepthNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::maxAudioChannels | ( | ) | const |
Optional. Specify a maximum number of audio channels to encode to, e.g. 2.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::maxAudioChannelsNull | ( | ) | const |
const float & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::maxFramerate | ( | ) | const |
Optional. A specific maximum video framerate to encode to, e.g. 23.976. Generally this should be omitted unless the device has specific requirements.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::maxFramerateNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::maxRefFrames | ( | ) | const |
Optional.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::maxRefFramesNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::maxStreamingBitrate | ( | ) | const |
Optional. The maximum streaming bitrate.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::maxStreamingBitrateNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::maxVideoBitDepth | ( | ) | const |
Optional. The maximum video bit depth.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::maxVideoBitDepthNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::mediaSourceId | ( | ) | const |
The media version id, if playing an alternate version.
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::minSegments | ( | ) | const |
The minimum number of segments.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::minSegmentsNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::params | ( | ) | const |
The streaming parameters.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::paramsNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::playSessionId | ( | ) | const |
The play session id.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::playSessionIdNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::profile | ( | ) | const |
Optional. Specify a specific an encoder profile (varies by encoder), e.g. main, baseline, high.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::profileNull | ( | ) | const |
const bool & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::requireAvc | ( | ) | const |
Optional. Whether to require avc.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::requireAvcNull | ( | ) | const |
const bool & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::requireNonAnamorphic | ( | ) | const |
Optional. Whether to require a non anamorphic stream.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::requireNonAnamorphicNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::segmentContainer | ( | ) | const |
The segment container.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::segmentContainerNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::segmentLength | ( | ) | const |
The segment length.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::segmentLengthNull | ( | ) | const |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setAllowAudioStreamCopy | ( | bool | newAllowAudioStreamCopy | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setAllowAudioStreamCopyNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setAllowVideoStreamCopy | ( | bool | newAllowVideoStreamCopy | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setAllowVideoStreamCopyNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setAudioBitRate | ( | qint32 | newAudioBitRate | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setAudioBitRateNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setAudioChannels | ( | qint32 | newAudioChannels | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setAudioChannelsNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setAudioCodec | ( | QString | newAudioCodec | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setAudioCodecNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setAudioSampleRate | ( | qint32 | newAudioSampleRate | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setAudioSampleRateNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setAudioStreamIndex | ( | qint32 | newAudioStreamIndex | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setAudioStreamIndexNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setBreakOnNonKeyFrames | ( | bool | newBreakOnNonKeyFrames | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setBreakOnNonKeyFramesNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setContext | ( | EncodingContext | newContext | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setContextNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setCopyTimestamps | ( | bool | newCopyTimestamps | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setCopyTimestampsNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setCpuCoreLimit | ( | qint32 | newCpuCoreLimit | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setCpuCoreLimitNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setDeInterlace | ( | bool | newDeInterlace | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setDeInterlaceNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setDeviceId | ( | QString | newDeviceId | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setDeviceIdNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setDeviceProfileId | ( | QString | newDeviceProfileId | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setDeviceProfileIdNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setEnableAdaptiveBitrateStreaming | ( | bool | newEnableAdaptiveBitrateStreaming | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setEnableAdaptiveBitrateStreamingNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setEnableAutoStreamCopy | ( | bool | newEnableAutoStreamCopy | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setEnableAutoStreamCopyNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setEnableMpegtsM2TsMode | ( | bool | newEnableMpegtsM2TsMode | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setEnableMpegtsM2TsModeNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setFramerate | ( | float | newFramerate | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setFramerateNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setHeight | ( | qint32 | newHeight | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setHeightNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setItemId | ( | QString | newItemId | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setLevel | ( | QString | newLevel | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setLevelNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setLiveStreamId | ( | QString | newLiveStreamId | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setLiveStreamIdNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setMaxAudioBitDepth | ( | qint32 | newMaxAudioBitDepth | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setMaxAudioBitDepthNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setMaxAudioChannels | ( | qint32 | newMaxAudioChannels | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setMaxAudioChannelsNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setMaxFramerate | ( | float | newMaxFramerate | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setMaxFramerateNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setMaxRefFrames | ( | qint32 | newMaxRefFrames | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setMaxRefFramesNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setMaxStreamingBitrate | ( | qint32 | newMaxStreamingBitrate | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setMaxStreamingBitrateNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setMaxVideoBitDepth | ( | qint32 | newMaxVideoBitDepth | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setMaxVideoBitDepthNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setMediaSourceId | ( | QString | newMediaSourceId | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setMinSegments | ( | qint32 | newMinSegments | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setMinSegmentsNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setParams | ( | QString | newParams | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setParamsNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setPlaySessionId | ( | QString | newPlaySessionId | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setPlaySessionIdNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setProfile | ( | QString | newProfile | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setProfileNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setRequireAvc | ( | bool | newRequireAvc | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setRequireAvcNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setRequireNonAnamorphic | ( | bool | newRequireNonAnamorphic | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setRequireNonAnamorphicNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setSegmentContainer | ( | QString | newSegmentContainer | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setSegmentContainerNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setSegmentLength | ( | qint32 | newSegmentLength | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setSegmentLengthNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setStartTimeTicks | ( | qint64 | newStartTimeTicks | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setStartTimeTicksNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setStaticStreaming | ( | bool | newStaticStreaming | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setStaticStreamingNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setStreamOptions | ( | QJsonObject | newStreamOptions | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setStreamOptionsNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setSubtitleCodec | ( | QString | newSubtitleCodec | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setSubtitleCodecNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setSubtitleMethod | ( | SubtitleDeliveryMethod | newSubtitleMethod | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setSubtitleMethodNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setSubtitleStreamIndex | ( | qint32 | newSubtitleStreamIndex | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setSubtitleStreamIndexNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setTag | ( | QString | newTag | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setTagNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setTranscodeReasons | ( | QString | newTranscodeReasons | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setTranscodeReasonsNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setTranscodingMaxAudioChannels | ( | qint32 | newTranscodingMaxAudioChannels | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setTranscodingMaxAudioChannelsNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setVideoBitRate | ( | qint32 | newVideoBitRate | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setVideoBitRateNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setVideoCodec | ( | QString | newVideoCodec | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setVideoCodecNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setVideoStreamIndex | ( | qint32 | newVideoStreamIndex | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setVideoStreamIndexNull | ( | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setWidth | ( | qint32 | newWidth | ) |
void Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::setWidthNull | ( | ) |
const qint64 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::startTimeTicks | ( | ) | const |
Optional. Specify a starting offset, in ticks. 1 tick = 10000 ms.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::startTimeTicksNull | ( | ) | const |
const bool & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::staticStreaming | ( | ) | const |
Optional. If true, the original file will be streamed statically without any encoding. Use either no url extension or the original file extension. true/false.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::staticStreamingNull | ( | ) | const |
const QJsonObject & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::streamOptions | ( | ) | const |
Optional. The streaming options.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::streamOptionsNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::subtitleCodec | ( | ) | const |
Optional. Specify a subtitle codec to encode to.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::subtitleCodecNull | ( | ) | const |
const SubtitleDeliveryMethod & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::subtitleMethod | ( | ) | const |
Optional. Specify the subtitle delivery method.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::subtitleMethodNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::subtitleStreamIndex | ( | ) | const |
Optional. The index of the subtitle stream to use. If omitted no subtitles will be used.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::subtitleStreamIndexNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::tag | ( | ) | const |
The tag.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::tagNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::transcodeReasons | ( | ) | const |
Optional. The transcoding reason.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::transcodeReasonsNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::transcodingMaxAudioChannels | ( | ) | const |
Optional. The maximum number of audio channels to transcode.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::transcodingMaxAudioChannelsNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::videoBitRate | ( | ) | const |
Optional. Specify a video bitrate to encode to, e.g. 500000. If omitted this will be left to encoder defaults.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::videoBitRateNull | ( | ) | const |
const QString & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::videoCodec | ( | ) | const |
Optional. Specify a video codec to encode to, e.g. h264. If omitted the server will auto-select using the url's extension. Options: h265, h264, mpeg4, theora, vpx, wmv.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::videoCodecNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::videoStreamIndex | ( | ) | const |
Optional. The index of the video stream to use. If omitted the first video stream will be used.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::videoStreamIndexNull | ( | ) | const |
const qint32 & Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::width | ( | ) | const |
Optional. The fixed horizontal resolution of the encoded video.
bool Jellyfin::Loader::GetMasterHlsAudioPlaylistParams::widthNull | ( | ) | const |