@jellyfin/sdk 0.8.1 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -7
- package/lib/api.d.ts +1 -0
- package/lib/api.js +4 -4
- package/lib/discovery/recommended-server-discovery.js +24 -16
- package/lib/generated-client/api/activity-log-api.js +12 -1
- package/lib/generated-client/api/api-key-api.js +14 -3
- package/lib/generated-client/api/artists-api.d.ts +28 -26
- package/lib/generated-client/api/artists-api.js +26 -15
- package/lib/generated-client/api/audio-api.d.ts +8 -8
- package/lib/generated-client/api/audio-api.js +21 -10
- package/lib/generated-client/api/branding-api.js +14 -3
- package/lib/generated-client/api/channels-api.d.ts +9 -8
- package/lib/generated-client/api/channels-api.js +19 -8
- package/lib/generated-client/api/client-log-api.js +12 -1
- package/lib/generated-client/api/collection-api.js +14 -3
- package/lib/generated-client/api/configuration-api.d.ts +0 -47
- package/lib/generated-client/api/configuration-api.js +16 -71
- package/lib/generated-client/api/dashboard-api.js +13 -2
- package/lib/generated-client/api/devices-api.d.ts +3 -12
- package/lib/generated-client/api/devices-api.js +21 -16
- package/lib/generated-client/api/display-preferences-api.d.ts +22 -22
- package/lib/generated-client/api/display-preferences-api.js +29 -22
- package/lib/generated-client/api/dynamic-hls-api.d.ts +28 -10
- package/lib/generated-client/api/dynamic-hls-api.js +45 -22
- package/lib/generated-client/api/environment-api.js +17 -6
- package/lib/generated-client/api/filter-api.d.ts +9 -8
- package/lib/generated-client/api/filter-api.js +16 -5
- package/lib/generated-client/api/genres-api.d.ts +9 -8
- package/lib/generated-client/api/genres-api.js +16 -5
- package/lib/generated-client/api/hls-segment-api.js +16 -5
- package/lib/generated-client/api/image-api.d.ts +109 -1184
- package/lib/generated-client/api/image-api.js +218 -1056
- package/lib/generated-client/api/instant-mix-api.d.ts +35 -35
- package/lib/generated-client/api/instant-mix-api.js +79 -68
- package/lib/generated-client/api/item-lookup-api.js +22 -11
- package/lib/generated-client/api/item-refresh-api.js +12 -1
- package/lib/generated-client/api/item-update-api.js +14 -3
- package/lib/generated-client/api/items-api.d.ts +333 -1012
- package/lib/generated-client/api/items-api.js +178 -595
- package/lib/generated-client/api/library-api.d.ts +9 -8
- package/lib/generated-client/api/library-api.js +39 -28
- package/lib/generated-client/api/library-structure-api.js +19 -8
- package/lib/generated-client/api/live-tv-api.d.ts +17 -16
- package/lib/generated-client/api/live-tv-api.js +58 -47
- package/lib/generated-client/api/localization-api.js +15 -4
- package/lib/generated-client/api/lyrics-api.d.ts +344 -0
- package/lib/generated-client/api/{dlna-api.js → lyrics-api.js} +165 -125
- package/lib/generated-client/api/media-info-api.d.ts +7 -7
- package/lib/generated-client/api/media-info-api.js +19 -10
- package/lib/generated-client/api/movies-api.js +12 -1
- package/lib/generated-client/api/music-genres-api.d.ts +9 -8
- package/lib/generated-client/api/music-genres-api.js +16 -5
- package/lib/generated-client/api/package-api.js +17 -6
- package/lib/generated-client/api/persons-api.js +13 -2
- package/lib/generated-client/api/playlists-api.d.ts +315 -36
- package/lib/generated-client/api/playlists-api.js +395 -29
- package/lib/generated-client/api/playstate-api.d.ts +41 -68
- package/lib/generated-client/api/playstate-api.js +74 -81
- package/lib/generated-client/api/plugins-api.js +20 -9
- package/lib/generated-client/api/quick-connect-api.d.ts +46 -37
- package/lib/generated-client/api/quick-connect-api.js +67 -50
- package/lib/generated-client/api/remote-image-api.js +14 -3
- package/lib/generated-client/api/scheduled-tasks-api.js +16 -5
- package/lib/generated-client/api/search-api.d.ts +41 -40
- package/lib/generated-client/api/search-api.js +29 -18
- package/lib/generated-client/api/session-api.d.ts +9 -17
- package/lib/generated-client/api/session-api.js +35 -30
- package/lib/generated-client/api/startup-api.js +18 -7
- package/lib/generated-client/api/studios-api.js +13 -2
- package/lib/generated-client/api/subtitle-api.d.ts +7 -7
- package/lib/generated-client/api/subtitle-api.js +33 -22
- package/lib/generated-client/api/suggestions-api.d.ts +14 -13
- package/lib/generated-client/api/suggestions-api.js +24 -13
- package/lib/generated-client/api/sync-play-api.js +32 -21
- package/lib/generated-client/api/system-api.js +21 -10
- package/lib/generated-client/api/time-sync-api.js +12 -1
- package/lib/generated-client/api/tmdb-api.js +12 -1
- package/lib/generated-client/api/trailers-api.d.ts +35 -33
- package/lib/generated-client/api/trailers-api.js +33 -22
- package/lib/generated-client/api/trickplay-api.d.ts +176 -0
- package/lib/generated-client/api/trickplay-api.js +213 -0
- package/lib/generated-client/api/tv-shows-api.d.ts +25 -15
- package/lib/generated-client/api/tv-shows-api.js +32 -15
- package/lib/generated-client/api/universal-audio-api.d.ts +17 -16
- package/lib/generated-client/api/universal-audio-api.js +19 -8
- package/lib/generated-client/api/user-api.d.ts +35 -155
- package/lib/generated-client/api/user-api.js +65 -203
- package/lib/generated-client/api/user-library-api.d.ts +100 -100
- package/lib/generated-client/api/user-library-api.js +136 -125
- package/lib/generated-client/api/user-views-api.d.ts +22 -21
- package/lib/generated-client/api/user-views-api.js +33 -22
- package/lib/generated-client/api/video-attachments-api.js +12 -1
- package/lib/generated-client/api/videos-api.js +18 -7
- package/lib/generated-client/api/years-api.d.ts +15 -13
- package/lib/generated-client/api/years-api.js +19 -8
- package/lib/generated-client/api.d.ts +2 -4
- package/lib/generated-client/base.js +13 -0
- package/lib/generated-client/common.js +11 -0
- package/lib/generated-client/index.js +19 -10
- package/lib/generated-client/models/activity-log-entry-message.d.ts +37 -0
- package/lib/generated-client/models/activity-log-entry-start-message.d.ts +30 -0
- package/lib/generated-client/models/activity-log-entry-stop-message.d.ts +24 -0
- package/lib/generated-client/models/audio-spatial-format.d.ts +21 -0
- package/lib/generated-client/models/audio-spatial-format.js +24 -0
- package/lib/generated-client/models/authenticate-user-by-name.d.ts +0 -7
- package/lib/generated-client/models/base-item-dto.d.ts +37 -17
- package/lib/generated-client/models/base-item-person.d.ts +4 -3
- package/lib/generated-client/models/cast-receiver-application.d.ts +29 -0
- package/lib/generated-client/models/client-capabilities-dto.d.ts +17 -20
- package/lib/generated-client/models/client-capabilities.d.ts +16 -19
- package/lib/generated-client/models/collection-type-options.d.ts +9 -9
- package/lib/generated-client/models/collection-type-options.js +9 -9
- package/lib/generated-client/models/collection-type.d.ts +31 -0
- package/lib/generated-client/models/collection-type.js +34 -0
- package/lib/generated-client/models/container-profile.d.ts +1 -1
- package/lib/generated-client/models/create-playlist-dto.d.ts +18 -4
- package/lib/generated-client/models/create-user-by-name.d.ts +1 -1
- package/lib/generated-client/models/device-info.d.ts +6 -0
- package/lib/generated-client/models/device-profile.d.ts +0 -171
- package/lib/generated-client/models/dlna-profile-type.d.ts +1 -0
- package/lib/generated-client/models/dlna-profile-type.js +2 -1
- package/lib/generated-client/models/down-mix-stereo-algorithms.d.ts +21 -0
- package/lib/generated-client/models/down-mix-stereo-algorithms.js +24 -0
- package/lib/generated-client/models/encoding-options.d.ts +77 -40
- package/lib/generated-client/models/external-id-media-type.d.ts +1 -0
- package/lib/generated-client/models/external-id-media-type.js +2 -1
- package/lib/generated-client/models/extra-type.d.ts +30 -0
- package/lib/generated-client/models/extra-type.js +33 -0
- package/lib/generated-client/models/force-keep-alive-message.d.ts +36 -0
- package/lib/generated-client/models/general-command-message.d.ts +37 -0
- package/lib/generated-client/models/general-command-type.d.ts +1 -0
- package/lib/generated-client/models/general-command-type.js +2 -1
- package/lib/generated-client/models/get-programs-dto.d.ts +4 -3
- package/lib/generated-client/models/group-info-dto-group-update.d.ts +37 -0
- package/lib/generated-client/models/group-state-update-group-update.d.ts +37 -0
- package/lib/generated-client/models/group-state-update.d.ts +31 -0
- package/lib/generated-client/models/group-update.d.ts +20 -0
- package/lib/generated-client/models/hardware-encoding-type.d.ts +1 -0
- package/lib/generated-client/models/hardware-encoding-type.js +2 -1
- package/lib/generated-client/models/image-format.d.ts +1 -0
- package/lib/generated-client/models/image-format.js +2 -1
- package/lib/generated-client/models/image-resolution.d.ts +27 -0
- package/lib/generated-client/models/{ffmpeg-location.js → image-resolution.js} +12 -7
- package/lib/generated-client/models/inbound-keep-alive-message.d.ts +24 -0
- package/lib/generated-client/models/inbound-web-socket-message.d.ts +23 -0
- package/lib/generated-client/models/index.d.ts +74 -25
- package/lib/generated-client/models/index.js +17 -6
- package/lib/generated-client/models/item-fields.d.ts +1 -2
- package/lib/generated-client/models/item-fields.js +1 -2
- package/lib/generated-client/models/item-sort-by.d.ts +50 -0
- package/lib/generated-client/models/item-sort-by.js +53 -0
- package/lib/generated-client/models/library-changed-message.d.ts +37 -0
- package/lib/generated-client/models/library-options.d.ts +36 -0
- package/lib/generated-client/models/live-tv-options.d.ts +12 -0
- package/lib/generated-client/models/log-file.d.ts +1 -1
- package/lib/generated-client/models/lyric-dto.d.ts +31 -0
- package/lib/generated-client/models/lyric-line.d.ts +29 -0
- package/lib/generated-client/models/lyric-metadata.d.ts +77 -0
- package/lib/generated-client/models/media-source-info.d.ts +3 -2
- package/lib/generated-client/models/media-stream-protocol.d.ts +20 -0
- package/lib/generated-client/models/{header-match-type.js → media-stream-protocol.js} +5 -6
- package/lib/generated-client/models/media-stream-type.d.ts +1 -0
- package/lib/generated-client/models/media-stream-type.js +2 -1
- package/lib/generated-client/models/media-stream.d.ts +27 -6
- package/lib/generated-client/models/media-type.d.ts +23 -0
- package/lib/generated-client/models/{architecture.js → media-type.js} +8 -9
- package/lib/generated-client/models/metadata-editor-info.d.ts +3 -2
- package/lib/generated-client/models/network-configuration.d.ts +50 -116
- package/lib/generated-client/models/outbound-keep-alive-message.d.ts +30 -0
- package/lib/generated-client/models/outbound-web-socket-message.d.ts +44 -0
- package/lib/generated-client/models/parental-rating.d.ts +1 -1
- package/lib/generated-client/models/person-kind.d.ts +43 -0
- package/lib/generated-client/models/person-kind.js +46 -0
- package/lib/generated-client/models/play-message.d.ts +37 -0
- package/lib/generated-client/models/play-queue-update-group-update.d.ts +37 -0
- package/lib/generated-client/models/play-queue-update-reason.d.ts +28 -0
- package/lib/generated-client/models/play-queue-update-reason.js +31 -0
- package/lib/generated-client/models/play-queue-update.d.ts +69 -0
- package/lib/generated-client/models/playback-order.d.ts +20 -0
- package/lib/generated-client/models/{send-to-user-type.js → playback-order.js} +5 -6
- package/lib/generated-client/models/playback-progress-info.d.ts +7 -0
- package/lib/generated-client/models/playback-request-type.d.ts +35 -0
- package/lib/generated-client/models/playback-request-type.js +38 -0
- package/lib/generated-client/models/playback-start-info.d.ts +7 -0
- package/lib/generated-client/models/player-state-info.d.ts +7 -0
- package/lib/generated-client/models/playlist-user-permissions.d.ts +29 -0
- package/lib/generated-client/models/playstate-message.d.ts +37 -0
- package/lib/generated-client/models/plugin-installation-cancelled-message.d.ts +37 -0
- package/lib/generated-client/models/plugin-installation-completed-message.d.ts +37 -0
- package/lib/generated-client/models/plugin-installation-failed-message.d.ts +37 -0
- package/lib/generated-client/models/plugin-installing-message.d.ts +37 -0
- package/lib/generated-client/models/plugin-uninstalled-message.d.ts +37 -0
- package/lib/generated-client/models/process-priority-class.d.ts +24 -0
- package/lib/generated-client/models/process-priority-class.js +27 -0
- package/lib/generated-client/models/public-system-info.d.ts +1 -0
- package/lib/generated-client/models/refresh-progress-message.d.ts +38 -0
- package/lib/generated-client/models/remote-lyric-info-dto.d.ts +36 -0
- package/lib/generated-client/models/remote-subtitle-info.d.ts +30 -0
- package/lib/generated-client/models/remove-from-playlist-request-dto.d.ts +1 -1
- package/lib/generated-client/models/restart-required-message.d.ts +30 -0
- package/lib/generated-client/models/scheduled-task-ended-message.d.ts +37 -0
- package/lib/generated-client/models/scheduled-tasks-info-message.d.ts +37 -0
- package/lib/generated-client/models/scheduled-tasks-info-start-message.d.ts +30 -0
- package/lib/generated-client/models/scheduled-tasks-info-stop-message.d.ts +24 -0
- package/lib/generated-client/models/search-hint.d.ts +20 -17
- package/lib/generated-client/models/series-status.d.ts +2 -1
- package/lib/generated-client/models/series-status.js +3 -2
- package/lib/generated-client/models/series-timer-cancelled-message.d.ts +37 -0
- package/lib/generated-client/models/series-timer-created-message.d.ts +37 -0
- package/lib/generated-client/models/server-configuration.d.ts +45 -0
- package/lib/generated-client/models/server-restarting-message.d.ts +30 -0
- package/lib/generated-client/models/server-shutting-down-message.d.ts +30 -0
- package/lib/generated-client/models/session-info.d.ts +9 -9
- package/lib/generated-client/models/sessions-message.d.ts +37 -0
- package/lib/generated-client/models/sessions-start-message.d.ts +30 -0
- package/lib/generated-client/models/sessions-stop-message.d.ts +24 -0
- package/lib/generated-client/models/string-group-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-command-message.d.ts +37 -0
- package/lib/generated-client/models/sync-play-group-update-command-message.d.ts +37 -0
- package/lib/generated-client/models/sync-play-queue-item.d.ts +29 -0
- package/lib/generated-client/models/system-info.d.ts +17 -6
- package/lib/generated-client/models/timer-cancelled-message.d.ts +37 -0
- package/lib/generated-client/models/timer-created-message.d.ts +37 -0
- package/lib/generated-client/models/transcoding-info.d.ts +3 -2
- package/lib/generated-client/models/transcoding-info.js +15 -0
- package/lib/generated-client/models/transcoding-profile.d.ts +3 -2
- package/lib/generated-client/models/trickplay-info.d.ts +59 -0
- package/lib/generated-client/models/trickplay-options.d.ts +85 -0
- package/lib/generated-client/models/trickplay-scan-behavior.d.ts +20 -0
- package/lib/generated-client/models/{notification-level.js → trickplay-scan-behavior.js} +5 -6
- package/lib/generated-client/models/tuner-host-info.d.ts +6 -0
- package/lib/generated-client/models/update-playlist-dto.d.ts +42 -0
- package/lib/generated-client/models/update-playlist-user-dto.d.ts +23 -0
- package/lib/generated-client/models/update-user-item-data-dto.d.ts +83 -0
- package/lib/generated-client/models/upload-subtitle-dto.d.ts +6 -0
- package/lib/generated-client/models/user-configuration.d.ts +6 -0
- package/lib/generated-client/models/user-data-change-info.d.ts +30 -0
- package/lib/generated-client/models/user-data-changed-message.d.ts +37 -0
- package/lib/generated-client/models/user-deleted-message.d.ts +36 -0
- package/lib/generated-client/models/user-dto.d.ts +1 -0
- package/lib/generated-client/models/user-policy.d.ts +26 -2
- package/lib/generated-client/models/user-updated-message.d.ts +37 -0
- package/lib/generated-client/models/video-range-type.d.ts +27 -0
- package/lib/generated-client/models/video-range-type.js +30 -0
- package/lib/generated-client/models/video-range.d.ts +21 -0
- package/lib/generated-client/models/{device-profile-type.js → video-range.js} +6 -5
- package/lib/generated-client/models/web-socket-message.d.ts +18 -0
- package/lib/node_modules/tslib/tslib.es6.js +9 -2
- package/lib/utils/api/image-api.d.ts +2 -2
- package/lib/utils/api/image-api.js +2 -2
- package/lib/utils/api/image-urls-api.d.ts +55 -0
- package/lib/utils/api/image-urls-api.js +103 -0
- package/lib/utils/api/index.d.ts +2 -4
- package/lib/utils/api/index.js +2 -4
- package/lib/utils/api/{dlna-api.d.ts → lyrics-api.d.ts} +2 -2
- package/lib/utils/api/{dlna-api.js → lyrics-api.js} +4 -4
- package/lib/utils/api/{dlna-server-api.d.ts → trickplay-api.d.ts} +2 -2
- package/lib/utils/api/trickplay-api.js +12 -0
- package/lib/utils/authentication.js +5 -6
- package/lib/utils/index.d.ts +2 -1
- package/lib/utils/index.js +2 -1
- package/lib/utils/versioning.d.ts +9 -0
- package/lib/utils/versioning.js +32 -0
- package/lib/versions.d.ts +2 -2
- package/lib/versions.js +2 -2
- package/package.json +19 -22
- package/lib/generated-client/api/dlna-server-api.js +0 -1088
- package/lib/generated-client/api/image-by-name-api.js +0 -423
- package/lib/generated-client/api/notifications-api.js +0 -484
- package/lib/utils/api/dlna-server-api.js +0 -12
- package/lib/utils/api/image-by-name-api.d.ts +0 -8
- package/lib/utils/api/image-by-name-api.js +0 -12
- package/lib/utils/api/notifications-api.d.ts +0 -8
- package/lib/utils/api/notifications-api.js +0 -12
|
@@ -156,7 +156,7 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
156
156
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
157
157
|
* @param {string} [playSessionId] The play session id.
|
|
158
158
|
* @param {string} [segmentContainer] The segment container.
|
|
159
|
-
* @param {number} [segmentLength] The segment
|
|
159
|
+
* @param {number} [segmentLength] The segment length.
|
|
160
160
|
* @param {number} [minSegments] The minimum number of segments.
|
|
161
161
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
162
162
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -319,12 +319,13 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
319
319
|
* @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
|
|
320
320
|
* @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
|
|
321
321
|
* @param {boolean} [enableAdaptiveBitrateStreaming] Enable adaptive bitrate streaming.
|
|
322
|
+
* @param {boolean} [enableTrickplay] Enable trickplay image playlists being added to master playlist.
|
|
322
323
|
* @param {*} [options] Override http request option.
|
|
323
324
|
* @throws {RequiredError}
|
|
324
325
|
*/
|
|
325
326
|
getMasterHlsVideoPlaylist: (itemId: string, mediaSourceId: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, maxWidth?: number, maxHeight?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
|
|
326
327
|
[key: string]: string;
|
|
327
|
-
} | undefined, enableAdaptiveBitrateStreaming?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
328
|
+
} | undefined, enableAdaptiveBitrateStreaming?: boolean, enableTrickplay?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
328
329
|
/**
|
|
329
330
|
*
|
|
330
331
|
* @summary Gets an audio stream using HTTP live streaming.
|
|
@@ -555,12 +556,13 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
555
556
|
* @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
|
|
556
557
|
* @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
|
|
557
558
|
* @param {boolean} [enableAdaptiveBitrateStreaming] Enable adaptive bitrate streaming.
|
|
559
|
+
* @param {boolean} [enableTrickplay] Enable trickplay image playlists being added to master playlist.
|
|
558
560
|
* @param {*} [options] Override http request option.
|
|
559
561
|
* @throws {RequiredError}
|
|
560
562
|
*/
|
|
561
563
|
headMasterHlsVideoPlaylist: (itemId: string, mediaSourceId: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, maxWidth?: number, maxHeight?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
|
|
562
564
|
[key: string]: string;
|
|
563
|
-
} | undefined, enableAdaptiveBitrateStreaming?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
565
|
+
} | undefined, enableAdaptiveBitrateStreaming?: boolean, enableTrickplay?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
564
566
|
};
|
|
565
567
|
/**
|
|
566
568
|
* DynamicHlsApi - functional programming interface
|
|
@@ -705,7 +707,7 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
705
707
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
706
708
|
* @param {string} [playSessionId] The play session id.
|
|
707
709
|
* @param {string} [segmentContainer] The segment container.
|
|
708
|
-
* @param {number} [segmentLength] The segment
|
|
710
|
+
* @param {number} [segmentLength] The segment length.
|
|
709
711
|
* @param {number} [minSegments] The minimum number of segments.
|
|
710
712
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
711
713
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -868,12 +870,13 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
868
870
|
* @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
|
|
869
871
|
* @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
|
|
870
872
|
* @param {boolean} [enableAdaptiveBitrateStreaming] Enable adaptive bitrate streaming.
|
|
873
|
+
* @param {boolean} [enableTrickplay] Enable trickplay image playlists being added to master playlist.
|
|
871
874
|
* @param {*} [options] Override http request option.
|
|
872
875
|
* @throws {RequiredError}
|
|
873
876
|
*/
|
|
874
877
|
getMasterHlsVideoPlaylist(itemId: string, mediaSourceId: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, maxWidth?: number, maxHeight?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
|
|
875
878
|
[key: string]: string;
|
|
876
|
-
} | undefined, enableAdaptiveBitrateStreaming?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
879
|
+
} | undefined, enableAdaptiveBitrateStreaming?: boolean, enableTrickplay?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
877
880
|
/**
|
|
878
881
|
*
|
|
879
882
|
* @summary Gets an audio stream using HTTP live streaming.
|
|
@@ -1104,12 +1107,13 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
1104
1107
|
* @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
|
|
1105
1108
|
* @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
|
|
1106
1109
|
* @param {boolean} [enableAdaptiveBitrateStreaming] Enable adaptive bitrate streaming.
|
|
1110
|
+
* @param {boolean} [enableTrickplay] Enable trickplay image playlists being added to master playlist.
|
|
1107
1111
|
* @param {*} [options] Override http request option.
|
|
1108
1112
|
* @throws {RequiredError}
|
|
1109
1113
|
*/
|
|
1110
1114
|
headMasterHlsVideoPlaylist(itemId: string, mediaSourceId: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, maxWidth?: number, maxHeight?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
|
|
1111
1115
|
[key: string]: string;
|
|
1112
|
-
} | undefined, enableAdaptiveBitrateStreaming?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
1116
|
+
} | undefined, enableAdaptiveBitrateStreaming?: boolean, enableTrickplay?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
1113
1117
|
};
|
|
1114
1118
|
/**
|
|
1115
1119
|
* DynamicHlsApi - factory interface
|
|
@@ -1254,7 +1258,7 @@ export declare const DynamicHlsApiFactory: (configuration?: Configuration, baseP
|
|
|
1254
1258
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
1255
1259
|
* @param {string} [playSessionId] The play session id.
|
|
1256
1260
|
* @param {string} [segmentContainer] The segment container.
|
|
1257
|
-
* @param {number} [segmentLength] The segment
|
|
1261
|
+
* @param {number} [segmentLength] The segment length.
|
|
1258
1262
|
* @param {number} [minSegments] The minimum number of segments.
|
|
1259
1263
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
1260
1264
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -1417,12 +1421,13 @@ export declare const DynamicHlsApiFactory: (configuration?: Configuration, baseP
|
|
|
1417
1421
|
* @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
|
|
1418
1422
|
* @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
|
|
1419
1423
|
* @param {boolean} [enableAdaptiveBitrateStreaming] Enable adaptive bitrate streaming.
|
|
1424
|
+
* @param {boolean} [enableTrickplay] Enable trickplay image playlists being added to master playlist.
|
|
1420
1425
|
* @param {*} [options] Override http request option.
|
|
1421
1426
|
* @throws {RequiredError}
|
|
1422
1427
|
*/
|
|
1423
1428
|
getMasterHlsVideoPlaylist(itemId: string, mediaSourceId: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, maxWidth?: number, maxHeight?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
|
|
1424
1429
|
[key: string]: string;
|
|
1425
|
-
} | undefined, enableAdaptiveBitrateStreaming?: boolean, options?: any): AxiosPromise<any>;
|
|
1430
|
+
} | undefined, enableAdaptiveBitrateStreaming?: boolean, enableTrickplay?: boolean, options?: any): AxiosPromise<any>;
|
|
1426
1431
|
/**
|
|
1427
1432
|
*
|
|
1428
1433
|
* @summary Gets an audio stream using HTTP live streaming.
|
|
@@ -1653,12 +1658,13 @@ export declare const DynamicHlsApiFactory: (configuration?: Configuration, baseP
|
|
|
1653
1658
|
* @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
|
|
1654
1659
|
* @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
|
|
1655
1660
|
* @param {boolean} [enableAdaptiveBitrateStreaming] Enable adaptive bitrate streaming.
|
|
1661
|
+
* @param {boolean} [enableTrickplay] Enable trickplay image playlists being added to master playlist.
|
|
1656
1662
|
* @param {*} [options] Override http request option.
|
|
1657
1663
|
* @throws {RequiredError}
|
|
1658
1664
|
*/
|
|
1659
1665
|
headMasterHlsVideoPlaylist(itemId: string, mediaSourceId: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, breakOnNonKeyFrames?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: number, maxWidth?: number, maxHeight?: number, videoBitRate?: number, subtitleStreamIndex?: number, subtitleMethod?: SubtitleDeliveryMethod, maxRefFrames?: number, maxVideoBitDepth?: number, requireAvc?: boolean, deInterlace?: boolean, requireNonAnamorphic?: boolean, transcodingMaxAudioChannels?: number, cpuCoreLimit?: number, liveStreamId?: string, enableMpegtsM2TsMode?: boolean, videoCodec?: string, subtitleCodec?: string, transcodeReasons?: string, audioStreamIndex?: number, videoStreamIndex?: number, context?: EncodingContext, streamOptions?: {
|
|
1660
1666
|
[key: string]: string;
|
|
1661
|
-
} | undefined, enableAdaptiveBitrateStreaming?: boolean, options?: any): AxiosPromise<any>;
|
|
1667
|
+
} | undefined, enableAdaptiveBitrateStreaming?: boolean, enableTrickplay?: boolean, options?: any): AxiosPromise<any>;
|
|
1662
1668
|
};
|
|
1663
1669
|
/**
|
|
1664
1670
|
* Request parameters for getHlsAudioSegment operation in DynamicHlsApi.
|
|
@@ -2387,7 +2393,7 @@ export interface DynamicHlsApiGetLiveHlsStreamRequest {
|
|
|
2387
2393
|
*/
|
|
2388
2394
|
readonly segmentContainer?: string;
|
|
2389
2395
|
/**
|
|
2390
|
-
* The segment
|
|
2396
|
+
* The segment length.
|
|
2391
2397
|
* @type {number}
|
|
2392
2398
|
* @memberof DynamicHlsApiGetLiveHlsStream
|
|
2393
2399
|
*/
|
|
@@ -3276,6 +3282,12 @@ export interface DynamicHlsApiGetMasterHlsVideoPlaylistRequest {
|
|
|
3276
3282
|
* @memberof DynamicHlsApiGetMasterHlsVideoPlaylist
|
|
3277
3283
|
*/
|
|
3278
3284
|
readonly enableAdaptiveBitrateStreaming?: boolean;
|
|
3285
|
+
/**
|
|
3286
|
+
* Enable trickplay image playlists being added to master playlist.
|
|
3287
|
+
* @type {boolean}
|
|
3288
|
+
* @memberof DynamicHlsApiGetMasterHlsVideoPlaylist
|
|
3289
|
+
*/
|
|
3290
|
+
readonly enableTrickplay?: boolean;
|
|
3279
3291
|
}
|
|
3280
3292
|
/**
|
|
3281
3293
|
* Request parameters for getVariantHlsAudioPlaylist operation in DynamicHlsApi.
|
|
@@ -4512,6 +4524,12 @@ export interface DynamicHlsApiHeadMasterHlsVideoPlaylistRequest {
|
|
|
4512
4524
|
* @memberof DynamicHlsApiHeadMasterHlsVideoPlaylist
|
|
4513
4525
|
*/
|
|
4514
4526
|
readonly enableAdaptiveBitrateStreaming?: boolean;
|
|
4527
|
+
/**
|
|
4528
|
+
* Enable trickplay image playlists being added to master playlist.
|
|
4529
|
+
* @type {boolean}
|
|
4530
|
+
* @memberof DynamicHlsApiHeadMasterHlsVideoPlaylist
|
|
4531
|
+
*/
|
|
4532
|
+
readonly enableTrickplay?: boolean;
|
|
4515
4533
|
}
|
|
4516
4534
|
/**
|
|
4517
4535
|
* DynamicHlsApi - object-oriented interface
|
|
@@ -4,6 +4,17 @@ import { assertParamExists, DUMMY_BASE_URL, setApiKeyToObject, setSearchParams,
|
|
|
4
4
|
import { BaseAPI, BASE_PATH } from '../base.js';
|
|
5
5
|
|
|
6
6
|
/* tslint:disable */
|
|
7
|
+
/* eslint-disable */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Jellyfin API
|
|
13
|
+
*
|
|
14
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
15
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
16
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
17
|
+
*/
|
|
7
18
|
/**
|
|
8
19
|
* DynamicHlsApi - axios parameter creator
|
|
9
20
|
* @export
|
|
@@ -70,7 +81,7 @@ const DynamicHlsApiAxiosParamCreator = function (configuration) {
|
|
|
70
81
|
* @param {*} [options] Override http request option.
|
|
71
82
|
* @throws {RequiredError}
|
|
72
83
|
*/
|
|
73
|
-
getHlsAudioSegment: (itemId, playlistId, segmentId, container, runtimeTicks, actualSegmentLengthTicks, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, maxStreamingBitrate, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, options = {})
|
|
84
|
+
getHlsAudioSegment: (itemId_1, playlistId_1, segmentId_1, container_1, runtimeTicks_1, actualSegmentLengthTicks_1, _static_1, params_1, tag_1, deviceProfileId_1, playSessionId_1, segmentContainer_1, segmentLength_1, minSegments_1, mediaSourceId_1, deviceId_1, audioCodec_1, enableAutoStreamCopy_1, allowVideoStreamCopy_1, allowAudioStreamCopy_1, breakOnNonKeyFrames_1, audioSampleRate_1, maxAudioBitDepth_1, maxStreamingBitrate_1, audioBitRate_1, audioChannels_1, maxAudioChannels_1, profile_1, level_1, framerate_1, maxFramerate_1, copyTimestamps_1, startTimeTicks_1, width_1, height_1, videoBitRate_1, subtitleStreamIndex_1, subtitleMethod_1, maxRefFrames_1, maxVideoBitDepth_1, requireAvc_1, deInterlace_1, requireNonAnamorphic_1, transcodingMaxAudioChannels_1, cpuCoreLimit_1, liveStreamId_1, enableMpegtsM2TsMode_1, videoCodec_1, subtitleCodec_1, transcodeReasons_1, audioStreamIndex_1, videoStreamIndex_1, context_1, streamOptions_1, ...args_1) => __awaiter(this, [itemId_1, playlistId_1, segmentId_1, container_1, runtimeTicks_1, actualSegmentLengthTicks_1, _static_1, params_1, tag_1, deviceProfileId_1, playSessionId_1, segmentContainer_1, segmentLength_1, minSegments_1, mediaSourceId_1, deviceId_1, audioCodec_1, enableAutoStreamCopy_1, allowVideoStreamCopy_1, allowAudioStreamCopy_1, breakOnNonKeyFrames_1, audioSampleRate_1, maxAudioBitDepth_1, maxStreamingBitrate_1, audioBitRate_1, audioChannels_1, maxAudioChannels_1, profile_1, level_1, framerate_1, maxFramerate_1, copyTimestamps_1, startTimeTicks_1, width_1, height_1, videoBitRate_1, subtitleStreamIndex_1, subtitleMethod_1, maxRefFrames_1, maxVideoBitDepth_1, requireAvc_1, deInterlace_1, requireNonAnamorphic_1, transcodingMaxAudioChannels_1, cpuCoreLimit_1, liveStreamId_1, enableMpegtsM2TsMode_1, videoCodec_1, subtitleCodec_1, transcodeReasons_1, audioStreamIndex_1, videoStreamIndex_1, context_1, streamOptions_1, ...args_1], void 0, function* (itemId, playlistId, segmentId, container, runtimeTicks, actualSegmentLengthTicks, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, maxStreamingBitrate, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, options = {}) {
|
|
74
85
|
// verify required parameter 'itemId' is not null or undefined
|
|
75
86
|
assertParamExists('getHlsAudioSegment', 'itemId', itemId);
|
|
76
87
|
// verify required parameter 'playlistId' is not null or undefined
|
|
@@ -318,7 +329,7 @@ const DynamicHlsApiAxiosParamCreator = function (configuration) {
|
|
|
318
329
|
* @param {*} [options] Override http request option.
|
|
319
330
|
* @throws {RequiredError}
|
|
320
331
|
*/
|
|
321
|
-
getHlsVideoSegment: (itemId, playlistId, segmentId, container, runtimeTicks, actualSegmentLengthTicks, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, options = {})
|
|
332
|
+
getHlsVideoSegment: (itemId_2, playlistId_2, segmentId_2, container_2, runtimeTicks_2, actualSegmentLengthTicks_2, _static_2, params_2, tag_2, deviceProfileId_2, playSessionId_2, segmentContainer_2, segmentLength_2, minSegments_2, mediaSourceId_2, deviceId_2, audioCodec_2, enableAutoStreamCopy_2, allowVideoStreamCopy_2, allowAudioStreamCopy_2, breakOnNonKeyFrames_2, audioSampleRate_2, maxAudioBitDepth_2, audioBitRate_2, audioChannels_2, maxAudioChannels_2, profile_2, level_2, framerate_2, maxFramerate_2, copyTimestamps_2, startTimeTicks_2, width_2, height_2, maxWidth_1, maxHeight_1, videoBitRate_2, subtitleStreamIndex_2, subtitleMethod_2, maxRefFrames_2, maxVideoBitDepth_2, requireAvc_2, deInterlace_2, requireNonAnamorphic_2, transcodingMaxAudioChannels_2, cpuCoreLimit_2, liveStreamId_2, enableMpegtsM2TsMode_2, videoCodec_2, subtitleCodec_2, transcodeReasons_2, audioStreamIndex_2, videoStreamIndex_2, context_2, streamOptions_2, ...args_2) => __awaiter(this, [itemId_2, playlistId_2, segmentId_2, container_2, runtimeTicks_2, actualSegmentLengthTicks_2, _static_2, params_2, tag_2, deviceProfileId_2, playSessionId_2, segmentContainer_2, segmentLength_2, minSegments_2, mediaSourceId_2, deviceId_2, audioCodec_2, enableAutoStreamCopy_2, allowVideoStreamCopy_2, allowAudioStreamCopy_2, breakOnNonKeyFrames_2, audioSampleRate_2, maxAudioBitDepth_2, audioBitRate_2, audioChannels_2, maxAudioChannels_2, profile_2, level_2, framerate_2, maxFramerate_2, copyTimestamps_2, startTimeTicks_2, width_2, height_2, maxWidth_1, maxHeight_1, videoBitRate_2, subtitleStreamIndex_2, subtitleMethod_2, maxRefFrames_2, maxVideoBitDepth_2, requireAvc_2, deInterlace_2, requireNonAnamorphic_2, transcodingMaxAudioChannels_2, cpuCoreLimit_2, liveStreamId_2, enableMpegtsM2TsMode_2, videoCodec_2, subtitleCodec_2, transcodeReasons_2, audioStreamIndex_2, videoStreamIndex_2, context_2, streamOptions_2, ...args_2], void 0, function* (itemId, playlistId, segmentId, container, runtimeTicks, actualSegmentLengthTicks, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, options = {}) {
|
|
322
333
|
// verify required parameter 'itemId' is not null or undefined
|
|
323
334
|
assertParamExists('getHlsVideoSegment', 'itemId', itemId);
|
|
324
335
|
// verify required parameter 'playlistId' is not null or undefined
|
|
@@ -519,7 +530,7 @@ const DynamicHlsApiAxiosParamCreator = function (configuration) {
|
|
|
519
530
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
520
531
|
* @param {string} [playSessionId] The play session id.
|
|
521
532
|
* @param {string} [segmentContainer] The segment container.
|
|
522
|
-
* @param {number} [segmentLength] The segment
|
|
533
|
+
* @param {number} [segmentLength] The segment length.
|
|
523
534
|
* @param {number} [minSegments] The minimum number of segments.
|
|
524
535
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
525
536
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -566,7 +577,7 @@ const DynamicHlsApiAxiosParamCreator = function (configuration) {
|
|
|
566
577
|
* @param {*} [options] Override http request option.
|
|
567
578
|
* @throws {RequiredError}
|
|
568
579
|
*/
|
|
569
|
-
getLiveHlsStream: (itemId, container, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, maxWidth, maxHeight, enableSubtitlesInManifest, options = {})
|
|
580
|
+
getLiveHlsStream: (itemId_3, container_3, _static_3, params_3, tag_3, deviceProfileId_3, playSessionId_3, segmentContainer_3, segmentLength_3, minSegments_3, mediaSourceId_3, deviceId_3, audioCodec_3, enableAutoStreamCopy_3, allowVideoStreamCopy_3, allowAudioStreamCopy_3, breakOnNonKeyFrames_3, audioSampleRate_3, maxAudioBitDepth_3, audioBitRate_3, audioChannels_3, maxAudioChannels_3, profile_3, level_3, framerate_3, maxFramerate_3, copyTimestamps_3, startTimeTicks_3, width_3, height_3, videoBitRate_3, subtitleStreamIndex_3, subtitleMethod_3, maxRefFrames_3, maxVideoBitDepth_3, requireAvc_3, deInterlace_3, requireNonAnamorphic_3, transcodingMaxAudioChannels_3, cpuCoreLimit_3, liveStreamId_3, enableMpegtsM2TsMode_3, videoCodec_3, subtitleCodec_3, transcodeReasons_3, audioStreamIndex_3, videoStreamIndex_3, context_3, streamOptions_3, maxWidth_2, maxHeight_2, enableSubtitlesInManifest_1, ...args_3) => __awaiter(this, [itemId_3, container_3, _static_3, params_3, tag_3, deviceProfileId_3, playSessionId_3, segmentContainer_3, segmentLength_3, minSegments_3, mediaSourceId_3, deviceId_3, audioCodec_3, enableAutoStreamCopy_3, allowVideoStreamCopy_3, allowAudioStreamCopy_3, breakOnNonKeyFrames_3, audioSampleRate_3, maxAudioBitDepth_3, audioBitRate_3, audioChannels_3, maxAudioChannels_3, profile_3, level_3, framerate_3, maxFramerate_3, copyTimestamps_3, startTimeTicks_3, width_3, height_3, videoBitRate_3, subtitleStreamIndex_3, subtitleMethod_3, maxRefFrames_3, maxVideoBitDepth_3, requireAvc_3, deInterlace_3, requireNonAnamorphic_3, transcodingMaxAudioChannels_3, cpuCoreLimit_3, liveStreamId_3, enableMpegtsM2TsMode_3, videoCodec_3, subtitleCodec_3, transcodeReasons_3, audioStreamIndex_3, videoStreamIndex_3, context_3, streamOptions_3, maxWidth_2, maxHeight_2, enableSubtitlesInManifest_1, ...args_3], void 0, function* (itemId, container, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, maxWidth, maxHeight, enableSubtitlesInManifest, options = {}) {
|
|
570
581
|
// verify required parameter 'itemId' is not null or undefined
|
|
571
582
|
assertParamExists('getLiveHlsStream', 'itemId', itemId);
|
|
572
583
|
const localVarPath = `/Videos/{itemId}/live.m3u8`
|
|
@@ -799,7 +810,7 @@ const DynamicHlsApiAxiosParamCreator = function (configuration) {
|
|
|
799
810
|
* @param {*} [options] Override http request option.
|
|
800
811
|
* @throws {RequiredError}
|
|
801
812
|
*/
|
|
802
|
-
getMasterHlsAudioPlaylist: (itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, maxStreamingBitrate, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, options = {})
|
|
813
|
+
getMasterHlsAudioPlaylist: (itemId_4, mediaSourceId_4, _static_4, params_4, tag_4, deviceProfileId_4, playSessionId_4, segmentContainer_4, segmentLength_4, minSegments_4, deviceId_4, audioCodec_4, enableAutoStreamCopy_4, allowVideoStreamCopy_4, allowAudioStreamCopy_4, breakOnNonKeyFrames_4, audioSampleRate_4, maxAudioBitDepth_4, maxStreamingBitrate_2, audioBitRate_4, audioChannels_4, maxAudioChannels_4, profile_4, level_4, framerate_4, maxFramerate_4, copyTimestamps_4, startTimeTicks_4, width_4, height_4, videoBitRate_4, subtitleStreamIndex_4, subtitleMethod_4, maxRefFrames_4, maxVideoBitDepth_4, requireAvc_4, deInterlace_4, requireNonAnamorphic_4, transcodingMaxAudioChannels_4, cpuCoreLimit_4, liveStreamId_4, enableMpegtsM2TsMode_4, videoCodec_4, subtitleCodec_4, transcodeReasons_4, audioStreamIndex_4, videoStreamIndex_4, context_4, streamOptions_4, enableAdaptiveBitrateStreaming_1, ...args_4) => __awaiter(this, [itemId_4, mediaSourceId_4, _static_4, params_4, tag_4, deviceProfileId_4, playSessionId_4, segmentContainer_4, segmentLength_4, minSegments_4, deviceId_4, audioCodec_4, enableAutoStreamCopy_4, allowVideoStreamCopy_4, allowAudioStreamCopy_4, breakOnNonKeyFrames_4, audioSampleRate_4, maxAudioBitDepth_4, maxStreamingBitrate_2, audioBitRate_4, audioChannels_4, maxAudioChannels_4, profile_4, level_4, framerate_4, maxFramerate_4, copyTimestamps_4, startTimeTicks_4, width_4, height_4, videoBitRate_4, subtitleStreamIndex_4, subtitleMethod_4, maxRefFrames_4, maxVideoBitDepth_4, requireAvc_4, deInterlace_4, requireNonAnamorphic_4, transcodingMaxAudioChannels_4, cpuCoreLimit_4, liveStreamId_4, enableMpegtsM2TsMode_4, videoCodec_4, subtitleCodec_4, transcodeReasons_4, audioStreamIndex_4, videoStreamIndex_4, context_4, streamOptions_4, enableAdaptiveBitrateStreaming_1, ...args_4], void 0, function* (itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, maxStreamingBitrate, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, options = {}) {
|
|
803
814
|
// verify required parameter 'itemId' is not null or undefined
|
|
804
815
|
assertParamExists('getMasterHlsAudioPlaylist', 'itemId', itemId);
|
|
805
816
|
// verify required parameter 'mediaSourceId' is not null or undefined
|
|
@@ -1026,10 +1037,11 @@ const DynamicHlsApiAxiosParamCreator = function (configuration) {
|
|
|
1026
1037
|
* @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
|
|
1027
1038
|
* @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
|
|
1028
1039
|
* @param {boolean} [enableAdaptiveBitrateStreaming] Enable adaptive bitrate streaming.
|
|
1040
|
+
* @param {boolean} [enableTrickplay] Enable trickplay image playlists being added to master playlist.
|
|
1029
1041
|
* @param {*} [options] Override http request option.
|
|
1030
1042
|
* @throws {RequiredError}
|
|
1031
1043
|
*/
|
|
1032
|
-
getMasterHlsVideoPlaylist: (itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, options = {})
|
|
1044
|
+
getMasterHlsVideoPlaylist: (itemId_5, mediaSourceId_5, _static_5, params_5, tag_5, deviceProfileId_5, playSessionId_5, segmentContainer_5, segmentLength_5, minSegments_5, deviceId_5, audioCodec_5, enableAutoStreamCopy_5, allowVideoStreamCopy_5, allowAudioStreamCopy_5, breakOnNonKeyFrames_5, audioSampleRate_5, maxAudioBitDepth_5, audioBitRate_5, audioChannels_5, maxAudioChannels_5, profile_5, level_5, framerate_5, maxFramerate_5, copyTimestamps_5, startTimeTicks_5, width_5, height_5, maxWidth_3, maxHeight_3, videoBitRate_5, subtitleStreamIndex_5, subtitleMethod_5, maxRefFrames_5, maxVideoBitDepth_5, requireAvc_5, deInterlace_5, requireNonAnamorphic_5, transcodingMaxAudioChannels_5, cpuCoreLimit_5, liveStreamId_5, enableMpegtsM2TsMode_5, videoCodec_5, subtitleCodec_5, transcodeReasons_5, audioStreamIndex_5, videoStreamIndex_5, context_5, streamOptions_5, enableAdaptiveBitrateStreaming_2, enableTrickplay_1, ...args_5) => __awaiter(this, [itemId_5, mediaSourceId_5, _static_5, params_5, tag_5, deviceProfileId_5, playSessionId_5, segmentContainer_5, segmentLength_5, minSegments_5, deviceId_5, audioCodec_5, enableAutoStreamCopy_5, allowVideoStreamCopy_5, allowAudioStreamCopy_5, breakOnNonKeyFrames_5, audioSampleRate_5, maxAudioBitDepth_5, audioBitRate_5, audioChannels_5, maxAudioChannels_5, profile_5, level_5, framerate_5, maxFramerate_5, copyTimestamps_5, startTimeTicks_5, width_5, height_5, maxWidth_3, maxHeight_3, videoBitRate_5, subtitleStreamIndex_5, subtitleMethod_5, maxRefFrames_5, maxVideoBitDepth_5, requireAvc_5, deInterlace_5, requireNonAnamorphic_5, transcodingMaxAudioChannels_5, cpuCoreLimit_5, liveStreamId_5, enableMpegtsM2TsMode_5, videoCodec_5, subtitleCodec_5, transcodeReasons_5, audioStreamIndex_5, videoStreamIndex_5, context_5, streamOptions_5, enableAdaptiveBitrateStreaming_2, enableTrickplay_1, ...args_5], void 0, function* (itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, enableTrickplay, options = {}) {
|
|
1033
1045
|
// verify required parameter 'itemId' is not null or undefined
|
|
1034
1046
|
assertParamExists('getMasterHlsVideoPlaylist', 'itemId', itemId);
|
|
1035
1047
|
// verify required parameter 'mediaSourceId' is not null or undefined
|
|
@@ -1197,6 +1209,9 @@ const DynamicHlsApiAxiosParamCreator = function (configuration) {
|
|
|
1197
1209
|
if (enableAdaptiveBitrateStreaming !== undefined) {
|
|
1198
1210
|
localVarQueryParameter['enableAdaptiveBitrateStreaming'] = enableAdaptiveBitrateStreaming;
|
|
1199
1211
|
}
|
|
1212
|
+
if (enableTrickplay !== undefined) {
|
|
1213
|
+
localVarQueryParameter['enableTrickplay'] = enableTrickplay;
|
|
1214
|
+
}
|
|
1200
1215
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1201
1216
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1202
1217
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1260,7 +1275,7 @@ const DynamicHlsApiAxiosParamCreator = function (configuration) {
|
|
|
1260
1275
|
* @param {*} [options] Override http request option.
|
|
1261
1276
|
* @throws {RequiredError}
|
|
1262
1277
|
*/
|
|
1263
|
-
getVariantHlsAudioPlaylist: (itemId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, maxStreamingBitrate, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, options = {})
|
|
1278
|
+
getVariantHlsAudioPlaylist: (itemId_6, _static_6, params_6, tag_6, deviceProfileId_6, playSessionId_6, segmentContainer_6, segmentLength_6, minSegments_6, mediaSourceId_6, deviceId_6, audioCodec_6, enableAutoStreamCopy_6, allowVideoStreamCopy_6, allowAudioStreamCopy_6, breakOnNonKeyFrames_6, audioSampleRate_6, maxAudioBitDepth_6, maxStreamingBitrate_3, audioBitRate_6, audioChannels_6, maxAudioChannels_6, profile_6, level_6, framerate_6, maxFramerate_6, copyTimestamps_6, startTimeTicks_6, width_6, height_6, videoBitRate_6, subtitleStreamIndex_6, subtitleMethod_6, maxRefFrames_6, maxVideoBitDepth_6, requireAvc_6, deInterlace_6, requireNonAnamorphic_6, transcodingMaxAudioChannels_6, cpuCoreLimit_6, liveStreamId_6, enableMpegtsM2TsMode_6, videoCodec_6, subtitleCodec_6, transcodeReasons_6, audioStreamIndex_6, videoStreamIndex_6, context_6, streamOptions_6, ...args_6) => __awaiter(this, [itemId_6, _static_6, params_6, tag_6, deviceProfileId_6, playSessionId_6, segmentContainer_6, segmentLength_6, minSegments_6, mediaSourceId_6, deviceId_6, audioCodec_6, enableAutoStreamCopy_6, allowVideoStreamCopy_6, allowAudioStreamCopy_6, breakOnNonKeyFrames_6, audioSampleRate_6, maxAudioBitDepth_6, maxStreamingBitrate_3, audioBitRate_6, audioChannels_6, maxAudioChannels_6, profile_6, level_6, framerate_6, maxFramerate_6, copyTimestamps_6, startTimeTicks_6, width_6, height_6, videoBitRate_6, subtitleStreamIndex_6, subtitleMethod_6, maxRefFrames_6, maxVideoBitDepth_6, requireAvc_6, deInterlace_6, requireNonAnamorphic_6, transcodingMaxAudioChannels_6, cpuCoreLimit_6, liveStreamId_6, enableMpegtsM2TsMode_6, videoCodec_6, subtitleCodec_6, transcodeReasons_6, audioStreamIndex_6, videoStreamIndex_6, context_6, streamOptions_6, ...args_6], void 0, function* (itemId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, maxStreamingBitrate, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, options = {}) {
|
|
1264
1279
|
// verify required parameter 'itemId' is not null or undefined
|
|
1265
1280
|
assertParamExists('getVariantHlsAudioPlaylist', 'itemId', itemId);
|
|
1266
1281
|
const localVarPath = `/Audio/{itemId}/main.m3u8`
|
|
@@ -1484,7 +1499,7 @@ const DynamicHlsApiAxiosParamCreator = function (configuration) {
|
|
|
1484
1499
|
* @param {*} [options] Override http request option.
|
|
1485
1500
|
* @throws {RequiredError}
|
|
1486
1501
|
*/
|
|
1487
|
-
getVariantHlsVideoPlaylist: (itemId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, options = {})
|
|
1502
|
+
getVariantHlsVideoPlaylist: (itemId_7, _static_7, params_7, tag_7, deviceProfileId_7, playSessionId_7, segmentContainer_7, segmentLength_7, minSegments_7, mediaSourceId_7, deviceId_7, audioCodec_7, enableAutoStreamCopy_7, allowVideoStreamCopy_7, allowAudioStreamCopy_7, breakOnNonKeyFrames_7, audioSampleRate_7, maxAudioBitDepth_7, audioBitRate_7, audioChannels_7, maxAudioChannels_7, profile_7, level_7, framerate_7, maxFramerate_7, copyTimestamps_7, startTimeTicks_7, width_7, height_7, maxWidth_4, maxHeight_4, videoBitRate_7, subtitleStreamIndex_7, subtitleMethod_7, maxRefFrames_7, maxVideoBitDepth_7, requireAvc_7, deInterlace_7, requireNonAnamorphic_7, transcodingMaxAudioChannels_7, cpuCoreLimit_7, liveStreamId_7, enableMpegtsM2TsMode_7, videoCodec_7, subtitleCodec_7, transcodeReasons_7, audioStreamIndex_7, videoStreamIndex_7, context_7, streamOptions_7, ...args_7) => __awaiter(this, [itemId_7, _static_7, params_7, tag_7, deviceProfileId_7, playSessionId_7, segmentContainer_7, segmentLength_7, minSegments_7, mediaSourceId_7, deviceId_7, audioCodec_7, enableAutoStreamCopy_7, allowVideoStreamCopy_7, allowAudioStreamCopy_7, breakOnNonKeyFrames_7, audioSampleRate_7, maxAudioBitDepth_7, audioBitRate_7, audioChannels_7, maxAudioChannels_7, profile_7, level_7, framerate_7, maxFramerate_7, copyTimestamps_7, startTimeTicks_7, width_7, height_7, maxWidth_4, maxHeight_4, videoBitRate_7, subtitleStreamIndex_7, subtitleMethod_7, maxRefFrames_7, maxVideoBitDepth_7, requireAvc_7, deInterlace_7, requireNonAnamorphic_7, transcodingMaxAudioChannels_7, cpuCoreLimit_7, liveStreamId_7, enableMpegtsM2TsMode_7, videoCodec_7, subtitleCodec_7, transcodeReasons_7, audioStreamIndex_7, videoStreamIndex_7, context_7, streamOptions_7, ...args_7], void 0, function* (itemId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, mediaSourceId, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, options = {}) {
|
|
1488
1503
|
// verify required parameter 'itemId' is not null or undefined
|
|
1489
1504
|
assertParamExists('getVariantHlsVideoPlaylist', 'itemId', itemId);
|
|
1490
1505
|
const localVarPath = `/Videos/{itemId}/main.m3u8`
|
|
@@ -1711,7 +1726,7 @@ const DynamicHlsApiAxiosParamCreator = function (configuration) {
|
|
|
1711
1726
|
* @param {*} [options] Override http request option.
|
|
1712
1727
|
* @throws {RequiredError}
|
|
1713
1728
|
*/
|
|
1714
|
-
headMasterHlsAudioPlaylist: (itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, maxStreamingBitrate, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, options = {})
|
|
1729
|
+
headMasterHlsAudioPlaylist: (itemId_8, mediaSourceId_8, _static_8, params_8, tag_8, deviceProfileId_8, playSessionId_8, segmentContainer_8, segmentLength_8, minSegments_8, deviceId_8, audioCodec_8, enableAutoStreamCopy_8, allowVideoStreamCopy_8, allowAudioStreamCopy_8, breakOnNonKeyFrames_8, audioSampleRate_8, maxAudioBitDepth_8, maxStreamingBitrate_4, audioBitRate_8, audioChannels_8, maxAudioChannels_8, profile_8, level_8, framerate_8, maxFramerate_8, copyTimestamps_8, startTimeTicks_8, width_8, height_8, videoBitRate_8, subtitleStreamIndex_8, subtitleMethod_8, maxRefFrames_8, maxVideoBitDepth_8, requireAvc_8, deInterlace_8, requireNonAnamorphic_8, transcodingMaxAudioChannels_8, cpuCoreLimit_8, liveStreamId_8, enableMpegtsM2TsMode_8, videoCodec_8, subtitleCodec_8, transcodeReasons_8, audioStreamIndex_8, videoStreamIndex_8, context_8, streamOptions_8, enableAdaptiveBitrateStreaming_3, ...args_8) => __awaiter(this, [itemId_8, mediaSourceId_8, _static_8, params_8, tag_8, deviceProfileId_8, playSessionId_8, segmentContainer_8, segmentLength_8, minSegments_8, deviceId_8, audioCodec_8, enableAutoStreamCopy_8, allowVideoStreamCopy_8, allowAudioStreamCopy_8, breakOnNonKeyFrames_8, audioSampleRate_8, maxAudioBitDepth_8, maxStreamingBitrate_4, audioBitRate_8, audioChannels_8, maxAudioChannels_8, profile_8, level_8, framerate_8, maxFramerate_8, copyTimestamps_8, startTimeTicks_8, width_8, height_8, videoBitRate_8, subtitleStreamIndex_8, subtitleMethod_8, maxRefFrames_8, maxVideoBitDepth_8, requireAvc_8, deInterlace_8, requireNonAnamorphic_8, transcodingMaxAudioChannels_8, cpuCoreLimit_8, liveStreamId_8, enableMpegtsM2TsMode_8, videoCodec_8, subtitleCodec_8, transcodeReasons_8, audioStreamIndex_8, videoStreamIndex_8, context_8, streamOptions_8, enableAdaptiveBitrateStreaming_3, ...args_8], void 0, function* (itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, maxStreamingBitrate, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, options = {}) {
|
|
1715
1730
|
// verify required parameter 'itemId' is not null or undefined
|
|
1716
1731
|
assertParamExists('headMasterHlsAudioPlaylist', 'itemId', itemId);
|
|
1717
1732
|
// verify required parameter 'mediaSourceId' is not null or undefined
|
|
@@ -1938,10 +1953,11 @@ const DynamicHlsApiAxiosParamCreator = function (configuration) {
|
|
|
1938
1953
|
* @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
|
|
1939
1954
|
* @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
|
|
1940
1955
|
* @param {boolean} [enableAdaptiveBitrateStreaming] Enable adaptive bitrate streaming.
|
|
1956
|
+
* @param {boolean} [enableTrickplay] Enable trickplay image playlists being added to master playlist.
|
|
1941
1957
|
* @param {*} [options] Override http request option.
|
|
1942
1958
|
* @throws {RequiredError}
|
|
1943
1959
|
*/
|
|
1944
|
-
headMasterHlsVideoPlaylist: (itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, options = {})
|
|
1960
|
+
headMasterHlsVideoPlaylist: (itemId_9, mediaSourceId_9, _static_9, params_9, tag_9, deviceProfileId_9, playSessionId_9, segmentContainer_9, segmentLength_9, minSegments_9, deviceId_9, audioCodec_9, enableAutoStreamCopy_9, allowVideoStreamCopy_9, allowAudioStreamCopy_9, breakOnNonKeyFrames_9, audioSampleRate_9, maxAudioBitDepth_9, audioBitRate_9, audioChannels_9, maxAudioChannels_9, profile_9, level_9, framerate_9, maxFramerate_9, copyTimestamps_9, startTimeTicks_9, width_9, height_9, maxWidth_5, maxHeight_5, videoBitRate_9, subtitleStreamIndex_9, subtitleMethod_9, maxRefFrames_9, maxVideoBitDepth_9, requireAvc_9, deInterlace_9, requireNonAnamorphic_9, transcodingMaxAudioChannels_9, cpuCoreLimit_9, liveStreamId_9, enableMpegtsM2TsMode_9, videoCodec_9, subtitleCodec_9, transcodeReasons_9, audioStreamIndex_9, videoStreamIndex_9, context_9, streamOptions_9, enableAdaptiveBitrateStreaming_4, enableTrickplay_2, ...args_9) => __awaiter(this, [itemId_9, mediaSourceId_9, _static_9, params_9, tag_9, deviceProfileId_9, playSessionId_9, segmentContainer_9, segmentLength_9, minSegments_9, deviceId_9, audioCodec_9, enableAutoStreamCopy_9, allowVideoStreamCopy_9, allowAudioStreamCopy_9, breakOnNonKeyFrames_9, audioSampleRate_9, maxAudioBitDepth_9, audioBitRate_9, audioChannels_9, maxAudioChannels_9, profile_9, level_9, framerate_9, maxFramerate_9, copyTimestamps_9, startTimeTicks_9, width_9, height_9, maxWidth_5, maxHeight_5, videoBitRate_9, subtitleStreamIndex_9, subtitleMethod_9, maxRefFrames_9, maxVideoBitDepth_9, requireAvc_9, deInterlace_9, requireNonAnamorphic_9, transcodingMaxAudioChannels_9, cpuCoreLimit_9, liveStreamId_9, enableMpegtsM2TsMode_9, videoCodec_9, subtitleCodec_9, transcodeReasons_9, audioStreamIndex_9, videoStreamIndex_9, context_9, streamOptions_9, enableAdaptiveBitrateStreaming_4, enableTrickplay_2, ...args_9], void 0, function* (itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, enableTrickplay, options = {}) {
|
|
1945
1961
|
// verify required parameter 'itemId' is not null or undefined
|
|
1946
1962
|
assertParamExists('headMasterHlsVideoPlaylist', 'itemId', itemId);
|
|
1947
1963
|
// verify required parameter 'mediaSourceId' is not null or undefined
|
|
@@ -2109,6 +2125,9 @@ const DynamicHlsApiAxiosParamCreator = function (configuration) {
|
|
|
2109
2125
|
if (enableAdaptiveBitrateStreaming !== undefined) {
|
|
2110
2126
|
localVarQueryParameter['enableAdaptiveBitrateStreaming'] = enableAdaptiveBitrateStreaming;
|
|
2111
2127
|
}
|
|
2128
|
+
if (enableTrickplay !== undefined) {
|
|
2129
|
+
localVarQueryParameter['enableTrickplay'] = enableTrickplay;
|
|
2130
|
+
}
|
|
2112
2131
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2113
2132
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2114
2133
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2270,7 +2289,7 @@ const DynamicHlsApiFp = function (configuration) {
|
|
|
2270
2289
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
2271
2290
|
* @param {string} [playSessionId] The play session id.
|
|
2272
2291
|
* @param {string} [segmentContainer] The segment container.
|
|
2273
|
-
* @param {number} [segmentLength] The segment
|
|
2292
|
+
* @param {number} [segmentLength] The segment length.
|
|
2274
2293
|
* @param {number} [minSegments] The minimum number of segments.
|
|
2275
2294
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
2276
2295
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -2439,12 +2458,13 @@ const DynamicHlsApiFp = function (configuration) {
|
|
|
2439
2458
|
* @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
|
|
2440
2459
|
* @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
|
|
2441
2460
|
* @param {boolean} [enableAdaptiveBitrateStreaming] Enable adaptive bitrate streaming.
|
|
2461
|
+
* @param {boolean} [enableTrickplay] Enable trickplay image playlists being added to master playlist.
|
|
2442
2462
|
* @param {*} [options] Override http request option.
|
|
2443
2463
|
* @throws {RequiredError}
|
|
2444
2464
|
*/
|
|
2445
|
-
getMasterHlsVideoPlaylist(itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, options) {
|
|
2465
|
+
getMasterHlsVideoPlaylist(itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, enableTrickplay, options) {
|
|
2446
2466
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2447
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getMasterHlsVideoPlaylist(itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, options);
|
|
2467
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getMasterHlsVideoPlaylist(itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, enableTrickplay, options);
|
|
2448
2468
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2449
2469
|
});
|
|
2450
2470
|
},
|
|
@@ -2687,12 +2707,13 @@ const DynamicHlsApiFp = function (configuration) {
|
|
|
2687
2707
|
* @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
|
|
2688
2708
|
* @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
|
|
2689
2709
|
* @param {boolean} [enableAdaptiveBitrateStreaming] Enable adaptive bitrate streaming.
|
|
2710
|
+
* @param {boolean} [enableTrickplay] Enable trickplay image playlists being added to master playlist.
|
|
2690
2711
|
* @param {*} [options] Override http request option.
|
|
2691
2712
|
* @throws {RequiredError}
|
|
2692
2713
|
*/
|
|
2693
|
-
headMasterHlsVideoPlaylist(itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, options) {
|
|
2714
|
+
headMasterHlsVideoPlaylist(itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, enableTrickplay, options) {
|
|
2694
2715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2695
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.headMasterHlsVideoPlaylist(itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, options);
|
|
2716
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.headMasterHlsVideoPlaylist(itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, enableTrickplay, options);
|
|
2696
2717
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
2697
2718
|
});
|
|
2698
2719
|
},
|
|
@@ -2843,7 +2864,7 @@ const DynamicHlsApiFactory = function (configuration, basePath, axios) {
|
|
|
2843
2864
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
2844
2865
|
* @param {string} [playSessionId] The play session id.
|
|
2845
2866
|
* @param {string} [segmentContainer] The segment container.
|
|
2846
|
-
* @param {number} [segmentLength] The segment
|
|
2867
|
+
* @param {number} [segmentLength] The segment length.
|
|
2847
2868
|
* @param {number} [minSegments] The minimum number of segments.
|
|
2848
2869
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
2849
2870
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -3006,11 +3027,12 @@ const DynamicHlsApiFactory = function (configuration, basePath, axios) {
|
|
|
3006
3027
|
* @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
|
|
3007
3028
|
* @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
|
|
3008
3029
|
* @param {boolean} [enableAdaptiveBitrateStreaming] Enable adaptive bitrate streaming.
|
|
3030
|
+
* @param {boolean} [enableTrickplay] Enable trickplay image playlists being added to master playlist.
|
|
3009
3031
|
* @param {*} [options] Override http request option.
|
|
3010
3032
|
* @throws {RequiredError}
|
|
3011
3033
|
*/
|
|
3012
|
-
getMasterHlsVideoPlaylist(itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, options) {
|
|
3013
|
-
return localVarFp.getMasterHlsVideoPlaylist(itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, options).then((request) => request(axios, basePath));
|
|
3034
|
+
getMasterHlsVideoPlaylist(itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, enableTrickplay, options) {
|
|
3035
|
+
return localVarFp.getMasterHlsVideoPlaylist(itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, enableTrickplay, options).then((request) => request(axios, basePath));
|
|
3014
3036
|
},
|
|
3015
3037
|
/**
|
|
3016
3038
|
*
|
|
@@ -3242,11 +3264,12 @@ const DynamicHlsApiFactory = function (configuration, basePath, axios) {
|
|
|
3242
3264
|
* @param {EncodingContext} [context] Optional. The MediaBrowser.Model.Dlna.EncodingContext.
|
|
3243
3265
|
* @param {{ [key: string]: string; }} [streamOptions] Optional. The streaming options.
|
|
3244
3266
|
* @param {boolean} [enableAdaptiveBitrateStreaming] Enable adaptive bitrate streaming.
|
|
3267
|
+
* @param {boolean} [enableTrickplay] Enable trickplay image playlists being added to master playlist.
|
|
3245
3268
|
* @param {*} [options] Override http request option.
|
|
3246
3269
|
* @throws {RequiredError}
|
|
3247
3270
|
*/
|
|
3248
|
-
headMasterHlsVideoPlaylist(itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, options) {
|
|
3249
|
-
return localVarFp.headMasterHlsVideoPlaylist(itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, options).then((request) => request(axios, basePath));
|
|
3271
|
+
headMasterHlsVideoPlaylist(itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, enableTrickplay, options) {
|
|
3272
|
+
return localVarFp.headMasterHlsVideoPlaylist(itemId, mediaSourceId, _static, params, tag, deviceProfileId, playSessionId, segmentContainer, segmentLength, minSegments, deviceId, audioCodec, enableAutoStreamCopy, allowVideoStreamCopy, allowAudioStreamCopy, breakOnNonKeyFrames, audioSampleRate, maxAudioBitDepth, audioBitRate, audioChannels, maxAudioChannels, profile, level, framerate, maxFramerate, copyTimestamps, startTimeTicks, width, height, maxWidth, maxHeight, videoBitRate, subtitleStreamIndex, subtitleMethod, maxRefFrames, maxVideoBitDepth, requireAvc, deInterlace, requireNonAnamorphic, transcodingMaxAudioChannels, cpuCoreLimit, liveStreamId, enableMpegtsM2TsMode, videoCodec, subtitleCodec, transcodeReasons, audioStreamIndex, videoStreamIndex, context, streamOptions, enableAdaptiveBitrateStreaming, enableTrickplay, options).then((request) => request(axios, basePath));
|
|
3250
3273
|
},
|
|
3251
3274
|
};
|
|
3252
3275
|
};
|
|
@@ -3310,7 +3333,7 @@ class DynamicHlsApi extends BaseAPI {
|
|
|
3310
3333
|
* @memberof DynamicHlsApi
|
|
3311
3334
|
*/
|
|
3312
3335
|
getMasterHlsVideoPlaylist(requestParameters, options) {
|
|
3313
|
-
return DynamicHlsApiFp(this.configuration).getMasterHlsVideoPlaylist(requestParameters.itemId, requestParameters.mediaSourceId, requestParameters._static, requestParameters.params, requestParameters.tag, requestParameters.deviceProfileId, requestParameters.playSessionId, requestParameters.segmentContainer, requestParameters.segmentLength, requestParameters.minSegments, requestParameters.deviceId, requestParameters.audioCodec, requestParameters.enableAutoStreamCopy, requestParameters.allowVideoStreamCopy, requestParameters.allowAudioStreamCopy, requestParameters.breakOnNonKeyFrames, requestParameters.audioSampleRate, requestParameters.maxAudioBitDepth, requestParameters.audioBitRate, requestParameters.audioChannels, requestParameters.maxAudioChannels, requestParameters.profile, requestParameters.level, requestParameters.framerate, requestParameters.maxFramerate, requestParameters.copyTimestamps, requestParameters.startTimeTicks, requestParameters.width, requestParameters.height, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.videoBitRate, requestParameters.subtitleStreamIndex, requestParameters.subtitleMethod, requestParameters.maxRefFrames, requestParameters.maxVideoBitDepth, requestParameters.requireAvc, requestParameters.deInterlace, requestParameters.requireNonAnamorphic, requestParameters.transcodingMaxAudioChannels, requestParameters.cpuCoreLimit, requestParameters.liveStreamId, requestParameters.enableMpegtsM2TsMode, requestParameters.videoCodec, requestParameters.subtitleCodec, requestParameters.transcodeReasons, requestParameters.audioStreamIndex, requestParameters.videoStreamIndex, requestParameters.context, requestParameters.streamOptions, requestParameters.enableAdaptiveBitrateStreaming, options).then((request) => request(this.axios, this.basePath));
|
|
3336
|
+
return DynamicHlsApiFp(this.configuration).getMasterHlsVideoPlaylist(requestParameters.itemId, requestParameters.mediaSourceId, requestParameters._static, requestParameters.params, requestParameters.tag, requestParameters.deviceProfileId, requestParameters.playSessionId, requestParameters.segmentContainer, requestParameters.segmentLength, requestParameters.minSegments, requestParameters.deviceId, requestParameters.audioCodec, requestParameters.enableAutoStreamCopy, requestParameters.allowVideoStreamCopy, requestParameters.allowAudioStreamCopy, requestParameters.breakOnNonKeyFrames, requestParameters.audioSampleRate, requestParameters.maxAudioBitDepth, requestParameters.audioBitRate, requestParameters.audioChannels, requestParameters.maxAudioChannels, requestParameters.profile, requestParameters.level, requestParameters.framerate, requestParameters.maxFramerate, requestParameters.copyTimestamps, requestParameters.startTimeTicks, requestParameters.width, requestParameters.height, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.videoBitRate, requestParameters.subtitleStreamIndex, requestParameters.subtitleMethod, requestParameters.maxRefFrames, requestParameters.maxVideoBitDepth, requestParameters.requireAvc, requestParameters.deInterlace, requestParameters.requireNonAnamorphic, requestParameters.transcodingMaxAudioChannels, requestParameters.cpuCoreLimit, requestParameters.liveStreamId, requestParameters.enableMpegtsM2TsMode, requestParameters.videoCodec, requestParameters.subtitleCodec, requestParameters.transcodeReasons, requestParameters.audioStreamIndex, requestParameters.videoStreamIndex, requestParameters.context, requestParameters.streamOptions, requestParameters.enableAdaptiveBitrateStreaming, requestParameters.enableTrickplay, options).then((request) => request(this.axios, this.basePath));
|
|
3314
3337
|
}
|
|
3315
3338
|
/**
|
|
3316
3339
|
*
|
|
@@ -3354,7 +3377,7 @@ class DynamicHlsApi extends BaseAPI {
|
|
|
3354
3377
|
* @memberof DynamicHlsApi
|
|
3355
3378
|
*/
|
|
3356
3379
|
headMasterHlsVideoPlaylist(requestParameters, options) {
|
|
3357
|
-
return DynamicHlsApiFp(this.configuration).headMasterHlsVideoPlaylist(requestParameters.itemId, requestParameters.mediaSourceId, requestParameters._static, requestParameters.params, requestParameters.tag, requestParameters.deviceProfileId, requestParameters.playSessionId, requestParameters.segmentContainer, requestParameters.segmentLength, requestParameters.minSegments, requestParameters.deviceId, requestParameters.audioCodec, requestParameters.enableAutoStreamCopy, requestParameters.allowVideoStreamCopy, requestParameters.allowAudioStreamCopy, requestParameters.breakOnNonKeyFrames, requestParameters.audioSampleRate, requestParameters.maxAudioBitDepth, requestParameters.audioBitRate, requestParameters.audioChannels, requestParameters.maxAudioChannels, requestParameters.profile, requestParameters.level, requestParameters.framerate, requestParameters.maxFramerate, requestParameters.copyTimestamps, requestParameters.startTimeTicks, requestParameters.width, requestParameters.height, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.videoBitRate, requestParameters.subtitleStreamIndex, requestParameters.subtitleMethod, requestParameters.maxRefFrames, requestParameters.maxVideoBitDepth, requestParameters.requireAvc, requestParameters.deInterlace, requestParameters.requireNonAnamorphic, requestParameters.transcodingMaxAudioChannels, requestParameters.cpuCoreLimit, requestParameters.liveStreamId, requestParameters.enableMpegtsM2TsMode, requestParameters.videoCodec, requestParameters.subtitleCodec, requestParameters.transcodeReasons, requestParameters.audioStreamIndex, requestParameters.videoStreamIndex, requestParameters.context, requestParameters.streamOptions, requestParameters.enableAdaptiveBitrateStreaming, options).then((request) => request(this.axios, this.basePath));
|
|
3380
|
+
return DynamicHlsApiFp(this.configuration).headMasterHlsVideoPlaylist(requestParameters.itemId, requestParameters.mediaSourceId, requestParameters._static, requestParameters.params, requestParameters.tag, requestParameters.deviceProfileId, requestParameters.playSessionId, requestParameters.segmentContainer, requestParameters.segmentLength, requestParameters.minSegments, requestParameters.deviceId, requestParameters.audioCodec, requestParameters.enableAutoStreamCopy, requestParameters.allowVideoStreamCopy, requestParameters.allowAudioStreamCopy, requestParameters.breakOnNonKeyFrames, requestParameters.audioSampleRate, requestParameters.maxAudioBitDepth, requestParameters.audioBitRate, requestParameters.audioChannels, requestParameters.maxAudioChannels, requestParameters.profile, requestParameters.level, requestParameters.framerate, requestParameters.maxFramerate, requestParameters.copyTimestamps, requestParameters.startTimeTicks, requestParameters.width, requestParameters.height, requestParameters.maxWidth, requestParameters.maxHeight, requestParameters.videoBitRate, requestParameters.subtitleStreamIndex, requestParameters.subtitleMethod, requestParameters.maxRefFrames, requestParameters.maxVideoBitDepth, requestParameters.requireAvc, requestParameters.deInterlace, requestParameters.requireNonAnamorphic, requestParameters.transcodingMaxAudioChannels, requestParameters.cpuCoreLimit, requestParameters.liveStreamId, requestParameters.enableMpegtsM2TsMode, requestParameters.videoCodec, requestParameters.subtitleCodec, requestParameters.transcodeReasons, requestParameters.audioStreamIndex, requestParameters.videoStreamIndex, requestParameters.context, requestParameters.streamOptions, requestParameters.enableAdaptiveBitrateStreaming, requestParameters.enableTrickplay, options).then((request) => request(this.axios, this.basePath));
|
|
3358
3381
|
}
|
|
3359
3382
|
}
|
|
3360
3383
|
|
|
@@ -4,6 +4,17 @@ import { DUMMY_BASE_URL, setApiKeyToObject, setSearchParams, toPathString, asser
|
|
|
4
4
|
import { BaseAPI, BASE_PATH } from '../base.js';
|
|
5
5
|
|
|
6
6
|
/* tslint:disable */
|
|
7
|
+
/* eslint-disable */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Jellyfin API
|
|
13
|
+
*
|
|
14
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
15
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
16
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
17
|
+
*/
|
|
7
18
|
/**
|
|
8
19
|
* EnvironmentApi - axios parameter creator
|
|
9
20
|
* @export
|
|
@@ -16,7 +27,7 @@ const EnvironmentApiAxiosParamCreator = function (configuration) {
|
|
|
16
27
|
* @param {*} [options] Override http request option.
|
|
17
28
|
* @throws {RequiredError}
|
|
18
29
|
*/
|
|
19
|
-
getDefaultDirectoryBrowser: (
|
|
30
|
+
getDefaultDirectoryBrowser: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
20
31
|
const localVarPath = `/Environment/DefaultDirectoryBrowser`;
|
|
21
32
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
22
33
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -46,7 +57,7 @@ const EnvironmentApiAxiosParamCreator = function (configuration) {
|
|
|
46
57
|
* @param {*} [options] Override http request option.
|
|
47
58
|
* @throws {RequiredError}
|
|
48
59
|
*/
|
|
49
|
-
getDirectoryContents: (
|
|
60
|
+
getDirectoryContents: (path_1, includeFiles_1, includeDirectories_1, ...args_2) => __awaiter(this, [path_1, includeFiles_1, includeDirectories_1, ...args_2], void 0, function* (path, includeFiles, includeDirectories, options = {}) {
|
|
50
61
|
// verify required parameter 'path' is not null or undefined
|
|
51
62
|
assertParamExists('getDirectoryContents', 'path', path);
|
|
52
63
|
const localVarPath = `/Environment/DirectoryContents`;
|
|
@@ -84,7 +95,7 @@ const EnvironmentApiAxiosParamCreator = function (configuration) {
|
|
|
84
95
|
* @param {*} [options] Override http request option.
|
|
85
96
|
* @throws {RequiredError}
|
|
86
97
|
*/
|
|
87
|
-
getDrives: (
|
|
98
|
+
getDrives: (...args_3) => __awaiter(this, [...args_3], void 0, function* (options = {}) {
|
|
88
99
|
const localVarPath = `/Environment/Drives`;
|
|
89
100
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
90
101
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -112,7 +123,7 @@ const EnvironmentApiAxiosParamCreator = function (configuration) {
|
|
|
112
123
|
* @deprecated
|
|
113
124
|
* @throws {RequiredError}
|
|
114
125
|
*/
|
|
115
|
-
getNetworkShares: (
|
|
126
|
+
getNetworkShares: (...args_4) => __awaiter(this, [...args_4], void 0, function* (options = {}) {
|
|
116
127
|
const localVarPath = `/Environment/NetworkShares`;
|
|
117
128
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
118
129
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -140,7 +151,7 @@ const EnvironmentApiAxiosParamCreator = function (configuration) {
|
|
|
140
151
|
* @param {*} [options] Override http request option.
|
|
141
152
|
* @throws {RequiredError}
|
|
142
153
|
*/
|
|
143
|
-
getParentPath: (
|
|
154
|
+
getParentPath: (path_2, ...args_5) => __awaiter(this, [path_2, ...args_5], void 0, function* (path, options = {}) {
|
|
144
155
|
// verify required parameter 'path' is not null or undefined
|
|
145
156
|
assertParamExists('getParentPath', 'path', path);
|
|
146
157
|
const localVarPath = `/Environment/ParentPath`;
|
|
@@ -173,7 +184,7 @@ const EnvironmentApiAxiosParamCreator = function (configuration) {
|
|
|
173
184
|
* @param {*} [options] Override http request option.
|
|
174
185
|
* @throws {RequiredError}
|
|
175
186
|
*/
|
|
176
|
-
validatePath: (
|
|
187
|
+
validatePath: (validatePathDto_1, ...args_6) => __awaiter(this, [validatePathDto_1, ...args_6], void 0, function* (validatePathDto, options = {}) {
|
|
177
188
|
// verify required parameter 'validatePathDto' is not null or undefined
|
|
178
189
|
assertParamExists('validatePath', 'validatePathDto', validatePathDto);
|
|
179
190
|
const localVarPath = `/Environment/ValidatePath`;
|