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