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