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