@jellyfin/sdk 0.0.0-unstable.202601090504 → 0.0.0-unstable.202601202159
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/lib/generated-client/api/audio-api.d.ts +8 -40
- package/lib/generated-client/api/audio-api.js +24 -52
- package/lib/generated-client/api/dynamic-hls-api.d.ts +18 -90
- package/lib/generated-client/api/dynamic-hls-api.js +54 -117
- package/lib/generated-client/api/image-api.d.ts +4 -4
- package/lib/generated-client/api/image-api.js +4 -4
- package/lib/generated-client/api/media-info-api.d.ts +4 -4
- package/lib/generated-client/api/media-info-api.js +4 -4
- package/lib/generated-client/api/playlists-api.d.ts +4 -4
- package/lib/generated-client/api/playlists-api.js +4 -4
- package/lib/generated-client/api/universal-audio-api.d.ts +4 -20
- package/lib/generated-client/api/universal-audio-api.js +10 -20
- package/lib/generated-client/api/videos-api.d.ts +8 -40
- package/lib/generated-client/api/videos-api.js +24 -52
- package/lib/generated-client/index.js +1 -0
- package/lib/generated-client/models/activity-log-entry-start-message.d.ts +1 -1
- package/lib/generated-client/models/base-item-dto-image-blur-hashes.d.ts +1 -1
- package/lib/generated-client/models/base-item-dto.d.ts +1 -1
- package/lib/generated-client/models/branding-options-dto.d.ts +1 -1
- package/lib/generated-client/models/device-profile.d.ts +1 -1
- package/lib/generated-client/models/encoding-options.d.ts +7 -0
- package/lib/generated-client/models/hls-audio-seek-strategy.d.ts +20 -0
- package/lib/generated-client/models/hls-audio-seek-strategy.js +23 -0
- package/lib/generated-client/models/index.d.ts +1 -0
- package/lib/generated-client/models/index.js +1 -0
- package/lib/generated-client/models/media-source-info.d.ts +1 -1
- package/lib/generated-client/models/media-stream-protocol.d.ts +1 -1
- package/lib/generated-client/models/media-stream-protocol.js +1 -1
- package/lib/generated-client/models/media-stream.d.ts +7 -1
- package/lib/generated-client/models/media-update-info-path-dto.d.ts +1 -1
- package/lib/generated-client/models/network-configuration.d.ts +1 -1
- package/lib/generated-client/models/package-info.d.ts +1 -1
- package/lib/generated-client/models/scheduled-tasks-info-start-message.d.ts +1 -1
- package/lib/generated-client/models/server-configuration.d.ts +3 -3
- package/lib/generated-client/models/sessions-start-message.d.ts +1 -1
- package/lib/generated-client/models/transcoding-profile.d.ts +3 -2
- package/lib/generated-client/models/trickplay-options.d.ts +1 -1
- package/lib/generated-client/models/user-dto.d.ts +1 -1
- package/package.json +1 -1
|
@@ -41,7 +41,6 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
41
41
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
42
42
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
43
43
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
44
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
45
44
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
46
45
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
47
46
|
* @param {number} [maxStreamingBitrate] Optional. The maximum streaming bitrate.
|
|
@@ -79,7 +78,7 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
79
78
|
* @param {*} [options] Override http request option.
|
|
80
79
|
* @throws {RequiredError}
|
|
81
80
|
*/
|
|
82
|
-
getHlsAudioSegment: (itemId: string, playlistId: string, segmentId: number, container: string, runtimeTicks: number, actualSegmentLengthTicks: number, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean,
|
|
81
|
+
getHlsAudioSegment: (itemId: string, playlistId: string, segmentId: number, container: string, runtimeTicks: number, actualSegmentLengthTicks: number, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, maxStreamingBitrate?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: 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?: {
|
|
83
82
|
[key: string]: string;
|
|
84
83
|
}, enableAudioVbrEncoding?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
85
84
|
/**
|
|
@@ -105,7 +104,6 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
105
104
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
106
105
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
107
106
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
108
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
109
107
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
110
108
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
111
109
|
* @param {number} [audioBitRate] Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
|
|
@@ -145,7 +143,7 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
145
143
|
* @param {*} [options] Override http request option.
|
|
146
144
|
* @throws {RequiredError}
|
|
147
145
|
*/
|
|
148
|
-
getHlsVideoSegment: (itemId: string, playlistId: string, segmentId: number, container: string, runtimeTicks: number, actualSegmentLengthTicks: number, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean,
|
|
146
|
+
getHlsVideoSegment: (itemId: string, playlistId: string, segmentId: number, container: string, runtimeTicks: number, actualSegmentLengthTicks: number, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: 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?: {
|
|
149
147
|
[key: string]: string;
|
|
150
148
|
}, enableAudioVbrEncoding?: boolean, alwaysBurnInSubtitleWhenTranscoding?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
151
149
|
/**
|
|
@@ -167,7 +165,6 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
167
165
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
168
166
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
169
167
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
170
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
171
168
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
172
169
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
173
170
|
* @param {number} [audioBitRate] Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
|
|
@@ -208,7 +205,7 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
208
205
|
* @param {*} [options] Override http request option.
|
|
209
206
|
* @throws {RequiredError}
|
|
210
207
|
*/
|
|
211
|
-
getLiveHlsStream: (itemId: string, container?: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean,
|
|
208
|
+
getLiveHlsStream: (itemId: string, container?: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: 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, 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?: {
|
|
212
209
|
[key: string]: string;
|
|
213
210
|
}, maxWidth?: number, maxHeight?: number, enableSubtitlesInManifest?: boolean, enableAudioVbrEncoding?: boolean, alwaysBurnInSubtitleWhenTranscoding?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
214
211
|
/**
|
|
@@ -229,7 +226,6 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
229
226
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
230
227
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
231
228
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
232
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
233
229
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
234
230
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
235
231
|
* @param {number} [maxStreamingBitrate] Optional. The maximum streaming bitrate.
|
|
@@ -268,7 +264,7 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
268
264
|
* @param {*} [options] Override http request option.
|
|
269
265
|
* @throws {RequiredError}
|
|
270
266
|
*/
|
|
271
|
-
getMasterHlsAudioPlaylist: (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,
|
|
267
|
+
getMasterHlsAudioPlaylist: (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, audioSampleRate?: number, maxAudioBitDepth?: number, maxStreamingBitrate?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: 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?: {
|
|
272
268
|
[key: string]: string;
|
|
273
269
|
}, enableAdaptiveBitrateStreaming?: boolean, enableAudioVbrEncoding?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
274
270
|
/**
|
|
@@ -289,7 +285,6 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
289
285
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
290
286
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
291
287
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
292
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
293
288
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
294
289
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
295
290
|
* @param {number} [audioBitRate] Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
|
|
@@ -331,7 +326,7 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
331
326
|
* @param {*} [options] Override http request option.
|
|
332
327
|
* @throws {RequiredError}
|
|
333
328
|
*/
|
|
334
|
-
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,
|
|
329
|
+
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, 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?: {
|
|
335
330
|
[key: string]: string;
|
|
336
331
|
}, enableAdaptiveBitrateStreaming?: boolean, enableTrickplay?: boolean, enableAudioVbrEncoding?: boolean, alwaysBurnInSubtitleWhenTranscoding?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
337
332
|
/**
|
|
@@ -352,7 +347,6 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
352
347
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
353
348
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
354
349
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
355
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
356
350
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
357
351
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
358
352
|
* @param {number} [maxStreamingBitrate] Optional. The maximum streaming bitrate.
|
|
@@ -390,7 +384,7 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
390
384
|
* @param {*} [options] Override http request option.
|
|
391
385
|
* @throws {RequiredError}
|
|
392
386
|
*/
|
|
393
|
-
getVariantHlsAudioPlaylist: (itemId: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean,
|
|
387
|
+
getVariantHlsAudioPlaylist: (itemId: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, maxStreamingBitrate?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: 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?: {
|
|
394
388
|
[key: string]: string;
|
|
395
389
|
}, enableAudioVbrEncoding?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
396
390
|
/**
|
|
@@ -411,7 +405,6 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
411
405
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
412
406
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
413
407
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
414
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
415
408
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
416
409
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
417
410
|
* @param {number} [audioBitRate] Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
|
|
@@ -451,7 +444,7 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
451
444
|
* @param {*} [options] Override http request option.
|
|
452
445
|
* @throws {RequiredError}
|
|
453
446
|
*/
|
|
454
|
-
getVariantHlsVideoPlaylist: (itemId: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean,
|
|
447
|
+
getVariantHlsVideoPlaylist: (itemId: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: 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?: {
|
|
455
448
|
[key: string]: string;
|
|
456
449
|
}, enableAudioVbrEncoding?: boolean, alwaysBurnInSubtitleWhenTranscoding?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
457
450
|
/**
|
|
@@ -472,7 +465,6 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
472
465
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
473
466
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
474
467
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
475
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
476
468
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
477
469
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
478
470
|
* @param {number} [maxStreamingBitrate] Optional. The maximum streaming bitrate.
|
|
@@ -511,7 +503,7 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
511
503
|
* @param {*} [options] Override http request option.
|
|
512
504
|
* @throws {RequiredError}
|
|
513
505
|
*/
|
|
514
|
-
headMasterHlsAudioPlaylist: (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,
|
|
506
|
+
headMasterHlsAudioPlaylist: (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, audioSampleRate?: number, maxAudioBitDepth?: number, maxStreamingBitrate?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: 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?: {
|
|
515
507
|
[key: string]: string;
|
|
516
508
|
}, enableAdaptiveBitrateStreaming?: boolean, enableAudioVbrEncoding?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
517
509
|
/**
|
|
@@ -532,7 +524,6 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
532
524
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
533
525
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
534
526
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
535
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
536
527
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
537
528
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
538
529
|
* @param {number} [audioBitRate] Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
|
|
@@ -574,7 +565,7 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
574
565
|
* @param {*} [options] Override http request option.
|
|
575
566
|
* @throws {RequiredError}
|
|
576
567
|
*/
|
|
577
|
-
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,
|
|
568
|
+
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, 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?: {
|
|
578
569
|
[key: string]: string;
|
|
579
570
|
}, enableAdaptiveBitrateStreaming?: boolean, enableTrickplay?: boolean, enableAudioVbrEncoding?: boolean, alwaysBurnInSubtitleWhenTranscoding?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
580
571
|
};
|
|
@@ -606,7 +597,6 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
606
597
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
607
598
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
608
599
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
609
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
610
600
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
611
601
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
612
602
|
* @param {number} [maxStreamingBitrate] Optional. The maximum streaming bitrate.
|
|
@@ -644,7 +634,7 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
644
634
|
* @param {*} [options] Override http request option.
|
|
645
635
|
* @throws {RequiredError}
|
|
646
636
|
*/
|
|
647
|
-
getHlsAudioSegment(itemId: string, playlistId: string, segmentId: number, container: string, runtimeTicks: number, actualSegmentLengthTicks: number, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean,
|
|
637
|
+
getHlsAudioSegment(itemId: string, playlistId: string, segmentId: number, container: string, runtimeTicks: number, actualSegmentLengthTicks: number, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, maxStreamingBitrate?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: 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?: {
|
|
648
638
|
[key: string]: string;
|
|
649
639
|
}, enableAudioVbrEncoding?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
650
640
|
/**
|
|
@@ -670,7 +660,6 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
670
660
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
671
661
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
672
662
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
673
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
674
663
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
675
664
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
676
665
|
* @param {number} [audioBitRate] Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
|
|
@@ -710,7 +699,7 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
710
699
|
* @param {*} [options] Override http request option.
|
|
711
700
|
* @throws {RequiredError}
|
|
712
701
|
*/
|
|
713
|
-
getHlsVideoSegment(itemId: string, playlistId: string, segmentId: number, container: string, runtimeTicks: number, actualSegmentLengthTicks: number, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean,
|
|
702
|
+
getHlsVideoSegment(itemId: string, playlistId: string, segmentId: number, container: string, runtimeTicks: number, actualSegmentLengthTicks: number, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: 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?: {
|
|
714
703
|
[key: string]: string;
|
|
715
704
|
}, enableAudioVbrEncoding?: boolean, alwaysBurnInSubtitleWhenTranscoding?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
716
705
|
/**
|
|
@@ -732,7 +721,6 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
732
721
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
733
722
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
734
723
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
735
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
736
724
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
737
725
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
738
726
|
* @param {number} [audioBitRate] Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
|
|
@@ -773,7 +761,7 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
773
761
|
* @param {*} [options] Override http request option.
|
|
774
762
|
* @throws {RequiredError}
|
|
775
763
|
*/
|
|
776
|
-
getLiveHlsStream(itemId: string, container?: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean,
|
|
764
|
+
getLiveHlsStream(itemId: string, container?: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: 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, 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?: {
|
|
777
765
|
[key: string]: string;
|
|
778
766
|
}, maxWidth?: number, maxHeight?: number, enableSubtitlesInManifest?: boolean, enableAudioVbrEncoding?: boolean, alwaysBurnInSubtitleWhenTranscoding?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
779
767
|
/**
|
|
@@ -794,7 +782,6 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
794
782
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
795
783
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
796
784
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
797
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
798
785
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
799
786
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
800
787
|
* @param {number} [maxStreamingBitrate] Optional. The maximum streaming bitrate.
|
|
@@ -833,7 +820,7 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
833
820
|
* @param {*} [options] Override http request option.
|
|
834
821
|
* @throws {RequiredError}
|
|
835
822
|
*/
|
|
836
|
-
getMasterHlsAudioPlaylist(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,
|
|
823
|
+
getMasterHlsAudioPlaylist(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, audioSampleRate?: number, maxAudioBitDepth?: number, maxStreamingBitrate?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: 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?: {
|
|
837
824
|
[key: string]: string;
|
|
838
825
|
}, enableAdaptiveBitrateStreaming?: boolean, enableAudioVbrEncoding?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
839
826
|
/**
|
|
@@ -854,7 +841,6 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
854
841
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
855
842
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
856
843
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
857
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
858
844
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
859
845
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
860
846
|
* @param {number} [audioBitRate] Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
|
|
@@ -896,7 +882,7 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
896
882
|
* @param {*} [options] Override http request option.
|
|
897
883
|
* @throws {RequiredError}
|
|
898
884
|
*/
|
|
899
|
-
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,
|
|
885
|
+
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, 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?: {
|
|
900
886
|
[key: string]: string;
|
|
901
887
|
}, enableAdaptiveBitrateStreaming?: boolean, enableTrickplay?: boolean, enableAudioVbrEncoding?: boolean, alwaysBurnInSubtitleWhenTranscoding?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
902
888
|
/**
|
|
@@ -917,7 +903,6 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
917
903
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
918
904
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
919
905
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
920
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
921
906
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
922
907
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
923
908
|
* @param {number} [maxStreamingBitrate] Optional. The maximum streaming bitrate.
|
|
@@ -955,7 +940,7 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
955
940
|
* @param {*} [options] Override http request option.
|
|
956
941
|
* @throws {RequiredError}
|
|
957
942
|
*/
|
|
958
|
-
getVariantHlsAudioPlaylist(itemId: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean,
|
|
943
|
+
getVariantHlsAudioPlaylist(itemId: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean, audioSampleRate?: number, maxAudioBitDepth?: number, maxStreamingBitrate?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: 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?: {
|
|
959
944
|
[key: string]: string;
|
|
960
945
|
}, enableAudioVbrEncoding?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
961
946
|
/**
|
|
@@ -976,7 +961,6 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
976
961
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
977
962
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
978
963
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
979
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
980
964
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
981
965
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
982
966
|
* @param {number} [audioBitRate] Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
|
|
@@ -1016,7 +1000,7 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
1016
1000
|
* @param {*} [options] Override http request option.
|
|
1017
1001
|
* @throws {RequiredError}
|
|
1018
1002
|
*/
|
|
1019
|
-
getVariantHlsVideoPlaylist(itemId: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: boolean,
|
|
1003
|
+
getVariantHlsVideoPlaylist(itemId: string, _static?: boolean, params?: string, tag?: string, deviceProfileId?: string, playSessionId?: string, segmentContainer?: string, segmentLength?: number, minSegments?: number, mediaSourceId?: string, deviceId?: string, audioCodec?: string, enableAutoStreamCopy?: boolean, allowVideoStreamCopy?: boolean, allowAudioStreamCopy?: 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?: {
|
|
1020
1004
|
[key: string]: string;
|
|
1021
1005
|
}, enableAudioVbrEncoding?: boolean, alwaysBurnInSubtitleWhenTranscoding?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1022
1006
|
/**
|
|
@@ -1037,7 +1021,6 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
1037
1021
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
1038
1022
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
1039
1023
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
1040
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
1041
1024
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
1042
1025
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
1043
1026
|
* @param {number} [maxStreamingBitrate] Optional. The maximum streaming bitrate.
|
|
@@ -1076,7 +1059,7 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
1076
1059
|
* @param {*} [options] Override http request option.
|
|
1077
1060
|
* @throws {RequiredError}
|
|
1078
1061
|
*/
|
|
1079
|
-
headMasterHlsAudioPlaylist(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,
|
|
1062
|
+
headMasterHlsAudioPlaylist(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, audioSampleRate?: number, maxAudioBitDepth?: number, maxStreamingBitrate?: number, audioBitRate?: number, audioChannels?: number, maxAudioChannels?: number, profile?: string, level?: string, framerate?: number, maxFramerate?: number, copyTimestamps?: boolean, startTimeTicks?: number, width?: number, height?: 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?: {
|
|
1080
1063
|
[key: string]: string;
|
|
1081
1064
|
}, enableAdaptiveBitrateStreaming?: boolean, enableAudioVbrEncoding?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1082
1065
|
/**
|
|
@@ -1097,7 +1080,6 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
1097
1080
|
* @param {boolean} [enableAutoStreamCopy] Whether or not to allow automatic stream copy if requested values match the original source. Defaults to true.
|
|
1098
1081
|
* @param {boolean} [allowVideoStreamCopy] Whether or not to allow copying of the video stream url.
|
|
1099
1082
|
* @param {boolean} [allowAudioStreamCopy] Whether or not to allow copying of the audio stream url.
|
|
1100
|
-
* @param {boolean} [breakOnNonKeyFrames] Optional. Whether to break on non key frames.
|
|
1101
1083
|
* @param {number} [audioSampleRate] Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
1102
1084
|
* @param {number} [maxAudioBitDepth] Optional. The maximum audio bit depth.
|
|
1103
1085
|
* @param {number} [audioBitRate] Optional. Specify an audio bitrate to encode to, e.g. 128000. If omitted this will be left to encoder defaults.
|
|
@@ -1139,7 +1121,7 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
1139
1121
|
* @param {*} [options] Override http request option.
|
|
1140
1122
|
* @throws {RequiredError}
|
|
1141
1123
|
*/
|
|
1142
|
-
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,
|
|
1124
|
+
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, 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?: {
|
|
1143
1125
|
[key: string]: string;
|
|
1144
1126
|
}, enableAdaptiveBitrateStreaming?: boolean, enableTrickplay?: boolean, enableAudioVbrEncoding?: boolean, alwaysBurnInSubtitleWhenTranscoding?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
|
|
1145
1127
|
};
|
|
@@ -1347,12 +1329,6 @@ export interface DynamicHlsApiGetHlsAudioSegmentRequest {
|
|
|
1347
1329
|
* @memberof DynamicHlsApiGetHlsAudioSegment
|
|
1348
1330
|
*/
|
|
1349
1331
|
readonly allowAudioStreamCopy?: boolean;
|
|
1350
|
-
/**
|
|
1351
|
-
* Optional. Whether to break on non key frames.
|
|
1352
|
-
* @type {boolean}
|
|
1353
|
-
* @memberof DynamicHlsApiGetHlsAudioSegment
|
|
1354
|
-
*/
|
|
1355
|
-
readonly breakOnNonKeyFrames?: boolean;
|
|
1356
1332
|
/**
|
|
1357
1333
|
* Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
1358
1334
|
* @type {number}
|
|
@@ -1686,12 +1662,6 @@ export interface DynamicHlsApiGetHlsVideoSegmentRequest {
|
|
|
1686
1662
|
* @memberof DynamicHlsApiGetHlsVideoSegment
|
|
1687
1663
|
*/
|
|
1688
1664
|
readonly allowAudioStreamCopy?: boolean;
|
|
1689
|
-
/**
|
|
1690
|
-
* Optional. Whether to break on non key frames.
|
|
1691
|
-
* @type {boolean}
|
|
1692
|
-
* @memberof DynamicHlsApiGetHlsVideoSegment
|
|
1693
|
-
*/
|
|
1694
|
-
readonly breakOnNonKeyFrames?: boolean;
|
|
1695
1665
|
/**
|
|
1696
1666
|
* Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
1697
1667
|
* @type {number}
|
|
@@ -2013,12 +1983,6 @@ export interface DynamicHlsApiGetLiveHlsStreamRequest {
|
|
|
2013
1983
|
* @memberof DynamicHlsApiGetLiveHlsStream
|
|
2014
1984
|
*/
|
|
2015
1985
|
readonly allowAudioStreamCopy?: boolean;
|
|
2016
|
-
/**
|
|
2017
|
-
* Optional. Whether to break on non key frames.
|
|
2018
|
-
* @type {boolean}
|
|
2019
|
-
* @memberof DynamicHlsApiGetLiveHlsStream
|
|
2020
|
-
*/
|
|
2021
|
-
readonly breakOnNonKeyFrames?: boolean;
|
|
2022
1986
|
/**
|
|
2023
1987
|
* Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
2024
1988
|
* @type {number}
|
|
@@ -2340,12 +2304,6 @@ export interface DynamicHlsApiGetMasterHlsAudioPlaylistRequest {
|
|
|
2340
2304
|
* @memberof DynamicHlsApiGetMasterHlsAudioPlaylist
|
|
2341
2305
|
*/
|
|
2342
2306
|
readonly allowAudioStreamCopy?: boolean;
|
|
2343
|
-
/**
|
|
2344
|
-
* Optional. Whether to break on non key frames.
|
|
2345
|
-
* @type {boolean}
|
|
2346
|
-
* @memberof DynamicHlsApiGetMasterHlsAudioPlaylist
|
|
2347
|
-
*/
|
|
2348
|
-
readonly breakOnNonKeyFrames?: boolean;
|
|
2349
2307
|
/**
|
|
2350
2308
|
* Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
2351
2309
|
* @type {number}
|
|
@@ -2655,12 +2613,6 @@ export interface DynamicHlsApiGetMasterHlsVideoPlaylistRequest {
|
|
|
2655
2613
|
* @memberof DynamicHlsApiGetMasterHlsVideoPlaylist
|
|
2656
2614
|
*/
|
|
2657
2615
|
readonly allowAudioStreamCopy?: boolean;
|
|
2658
|
-
/**
|
|
2659
|
-
* Optional. Whether to break on non key frames.
|
|
2660
|
-
* @type {boolean}
|
|
2661
|
-
* @memberof DynamicHlsApiGetMasterHlsVideoPlaylist
|
|
2662
|
-
*/
|
|
2663
|
-
readonly breakOnNonKeyFrames?: boolean;
|
|
2664
2616
|
/**
|
|
2665
2617
|
* Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
2666
2618
|
* @type {number}
|
|
@@ -2988,12 +2940,6 @@ export interface DynamicHlsApiGetVariantHlsAudioPlaylistRequest {
|
|
|
2988
2940
|
* @memberof DynamicHlsApiGetVariantHlsAudioPlaylist
|
|
2989
2941
|
*/
|
|
2990
2942
|
readonly allowAudioStreamCopy?: boolean;
|
|
2991
|
-
/**
|
|
2992
|
-
* Optional. Whether to break on non key frames.
|
|
2993
|
-
* @type {boolean}
|
|
2994
|
-
* @memberof DynamicHlsApiGetVariantHlsAudioPlaylist
|
|
2995
|
-
*/
|
|
2996
|
-
readonly breakOnNonKeyFrames?: boolean;
|
|
2997
2943
|
/**
|
|
2998
2944
|
* Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
2999
2945
|
* @type {number}
|
|
@@ -3297,12 +3243,6 @@ export interface DynamicHlsApiGetVariantHlsVideoPlaylistRequest {
|
|
|
3297
3243
|
* @memberof DynamicHlsApiGetVariantHlsVideoPlaylist
|
|
3298
3244
|
*/
|
|
3299
3245
|
readonly allowAudioStreamCopy?: boolean;
|
|
3300
|
-
/**
|
|
3301
|
-
* Optional. Whether to break on non key frames.
|
|
3302
|
-
* @type {boolean}
|
|
3303
|
-
* @memberof DynamicHlsApiGetVariantHlsVideoPlaylist
|
|
3304
|
-
*/
|
|
3305
|
-
readonly breakOnNonKeyFrames?: boolean;
|
|
3306
3246
|
/**
|
|
3307
3247
|
* Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
3308
3248
|
* @type {number}
|
|
@@ -3618,12 +3558,6 @@ export interface DynamicHlsApiHeadMasterHlsAudioPlaylistRequest {
|
|
|
3618
3558
|
* @memberof DynamicHlsApiHeadMasterHlsAudioPlaylist
|
|
3619
3559
|
*/
|
|
3620
3560
|
readonly allowAudioStreamCopy?: boolean;
|
|
3621
|
-
/**
|
|
3622
|
-
* Optional. Whether to break on non key frames.
|
|
3623
|
-
* @type {boolean}
|
|
3624
|
-
* @memberof DynamicHlsApiHeadMasterHlsAudioPlaylist
|
|
3625
|
-
*/
|
|
3626
|
-
readonly breakOnNonKeyFrames?: boolean;
|
|
3627
3561
|
/**
|
|
3628
3562
|
* Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
3629
3563
|
* @type {number}
|
|
@@ -3933,12 +3867,6 @@ export interface DynamicHlsApiHeadMasterHlsVideoPlaylistRequest {
|
|
|
3933
3867
|
* @memberof DynamicHlsApiHeadMasterHlsVideoPlaylist
|
|
3934
3868
|
*/
|
|
3935
3869
|
readonly allowAudioStreamCopy?: boolean;
|
|
3936
|
-
/**
|
|
3937
|
-
* Optional. Whether to break on non key frames.
|
|
3938
|
-
* @type {boolean}
|
|
3939
|
-
* @memberof DynamicHlsApiHeadMasterHlsVideoPlaylist
|
|
3940
|
-
*/
|
|
3941
|
-
readonly breakOnNonKeyFrames?: boolean;
|
|
3942
3870
|
/**
|
|
3943
3871
|
* Optional. Specify a specific audio sample rate, e.g. 44100.
|
|
3944
3872
|
* @type {number}
|