@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
|
@@ -8,62 +8,87 @@
|
|
|
8
8
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
9
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
10
|
*/
|
|
11
|
+
import { DownMixStereoAlgorithms } from './down-mix-stereo-algorithms';
|
|
11
12
|
/**
|
|
12
|
-
*
|
|
13
|
+
* Class EncodingOptions.
|
|
13
14
|
* @export
|
|
14
15
|
* @interface EncodingOptions
|
|
15
16
|
*/
|
|
16
17
|
export interface EncodingOptions {
|
|
17
18
|
/**
|
|
18
|
-
*
|
|
19
|
+
* Gets or sets the thread count used for encoding.
|
|
19
20
|
* @type {number}
|
|
20
21
|
* @memberof EncodingOptions
|
|
21
22
|
*/
|
|
22
23
|
'EncodingThreadCount'?: number;
|
|
23
24
|
/**
|
|
24
|
-
*
|
|
25
|
+
* Gets or sets the temporary transcoding path.
|
|
25
26
|
* @type {string}
|
|
26
27
|
* @memberof EncodingOptions
|
|
27
28
|
*/
|
|
28
29
|
'TranscodingTempPath'?: string | null;
|
|
29
30
|
/**
|
|
30
|
-
*
|
|
31
|
+
* Gets or sets the path to the fallback font.
|
|
31
32
|
* @type {string}
|
|
32
33
|
* @memberof EncodingOptions
|
|
33
34
|
*/
|
|
34
35
|
'FallbackFontPath'?: string | null;
|
|
35
36
|
/**
|
|
36
|
-
*
|
|
37
|
+
* Gets or sets a value indicating whether to use the fallback font.
|
|
37
38
|
* @type {boolean}
|
|
38
39
|
* @memberof EncodingOptions
|
|
39
40
|
*/
|
|
40
41
|
'EnableFallbackFont'?: boolean;
|
|
41
42
|
/**
|
|
42
|
-
*
|
|
43
|
+
* Gets or sets a value indicating whether audio VBR is enabled.
|
|
44
|
+
* @type {boolean}
|
|
45
|
+
* @memberof EncodingOptions
|
|
46
|
+
*/
|
|
47
|
+
'EnableAudioVbr'?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* Gets or sets the audio boost applied when downmixing audio.
|
|
43
50
|
* @type {number}
|
|
44
51
|
* @memberof EncodingOptions
|
|
45
52
|
*/
|
|
46
53
|
'DownMixAudioBoost'?: number;
|
|
47
54
|
/**
|
|
48
55
|
*
|
|
56
|
+
* @type {DownMixStereoAlgorithms}
|
|
57
|
+
* @memberof EncodingOptions
|
|
58
|
+
*/
|
|
59
|
+
'DownMixStereoAlgorithm'?: DownMixStereoAlgorithms;
|
|
60
|
+
/**
|
|
61
|
+
* Gets or sets the maximum size of the muxing queue.
|
|
49
62
|
* @type {number}
|
|
50
63
|
* @memberof EncodingOptions
|
|
51
64
|
*/
|
|
52
65
|
'MaxMuxingQueueSize'?: number;
|
|
53
66
|
/**
|
|
54
|
-
*
|
|
67
|
+
* Gets or sets a value indicating whether throttling is enabled.
|
|
55
68
|
* @type {boolean}
|
|
56
69
|
* @memberof EncodingOptions
|
|
57
70
|
*/
|
|
58
71
|
'EnableThrottling'?: boolean;
|
|
59
72
|
/**
|
|
60
|
-
*
|
|
73
|
+
* Gets or sets the delay after which throttling happens.
|
|
61
74
|
* @type {number}
|
|
62
75
|
* @memberof EncodingOptions
|
|
63
76
|
*/
|
|
64
77
|
'ThrottleDelaySeconds'?: number;
|
|
65
78
|
/**
|
|
66
|
-
*
|
|
79
|
+
* Gets or sets a value indicating whether segment deletion is enabled.
|
|
80
|
+
* @type {boolean}
|
|
81
|
+
* @memberof EncodingOptions
|
|
82
|
+
*/
|
|
83
|
+
'EnableSegmentDeletion'?: boolean;
|
|
84
|
+
/**
|
|
85
|
+
* Gets or sets seconds for which segments should be kept before being deleted.
|
|
86
|
+
* @type {number}
|
|
87
|
+
* @memberof EncodingOptions
|
|
88
|
+
*/
|
|
89
|
+
'SegmentKeepSeconds'?: number;
|
|
90
|
+
/**
|
|
91
|
+
* Gets or sets the hardware acceleration type.
|
|
67
92
|
* @type {string}
|
|
68
93
|
* @memberof EncodingOptions
|
|
69
94
|
*/
|
|
@@ -81,163 +106,175 @@ export interface EncodingOptions {
|
|
|
81
106
|
*/
|
|
82
107
|
'EncoderAppPathDisplay'?: string | null;
|
|
83
108
|
/**
|
|
84
|
-
*
|
|
109
|
+
* Gets or sets the VA-API device.
|
|
85
110
|
* @type {string}
|
|
86
111
|
* @memberof EncodingOptions
|
|
87
112
|
*/
|
|
88
113
|
'VaapiDevice'?: string | null;
|
|
89
114
|
/**
|
|
90
|
-
*
|
|
115
|
+
* Gets or sets a value indicating whether tonemapping is enabled.
|
|
91
116
|
* @type {boolean}
|
|
92
117
|
* @memberof EncodingOptions
|
|
93
118
|
*/
|
|
94
119
|
'EnableTonemapping'?: boolean;
|
|
95
120
|
/**
|
|
96
|
-
*
|
|
121
|
+
* Gets or sets a value indicating whether VPP tonemapping is enabled.
|
|
97
122
|
* @type {boolean}
|
|
98
123
|
* @memberof EncodingOptions
|
|
99
124
|
*/
|
|
100
125
|
'EnableVppTonemapping'?: boolean;
|
|
101
126
|
/**
|
|
102
|
-
*
|
|
127
|
+
* Gets or sets a value indicating whether videotoolbox tonemapping is enabled.
|
|
128
|
+
* @type {boolean}
|
|
129
|
+
* @memberof EncodingOptions
|
|
130
|
+
*/
|
|
131
|
+
'EnableVideoToolboxTonemapping'?: boolean;
|
|
132
|
+
/**
|
|
133
|
+
* Gets or sets the tone-mapping algorithm.
|
|
103
134
|
* @type {string}
|
|
104
135
|
* @memberof EncodingOptions
|
|
105
136
|
*/
|
|
106
137
|
'TonemappingAlgorithm'?: string | null;
|
|
107
138
|
/**
|
|
108
|
-
*
|
|
139
|
+
* Gets or sets the tone-mapping mode.
|
|
109
140
|
* @type {string}
|
|
110
141
|
* @memberof EncodingOptions
|
|
111
142
|
*/
|
|
112
|
-
'
|
|
143
|
+
'TonemappingMode'?: string | null;
|
|
113
144
|
/**
|
|
114
|
-
*
|
|
115
|
-
* @type {
|
|
145
|
+
* Gets or sets the tone-mapping range.
|
|
146
|
+
* @type {string}
|
|
116
147
|
* @memberof EncodingOptions
|
|
117
148
|
*/
|
|
118
|
-
'
|
|
149
|
+
'TonemappingRange'?: string | null;
|
|
119
150
|
/**
|
|
120
|
-
*
|
|
151
|
+
* Gets or sets the tone-mapping desaturation.
|
|
121
152
|
* @type {number}
|
|
122
153
|
* @memberof EncodingOptions
|
|
123
154
|
*/
|
|
124
|
-
'
|
|
155
|
+
'TonemappingDesat'?: number;
|
|
125
156
|
/**
|
|
126
|
-
*
|
|
157
|
+
* Gets or sets the tone-mapping peak.
|
|
127
158
|
* @type {number}
|
|
128
159
|
* @memberof EncodingOptions
|
|
129
160
|
*/
|
|
130
161
|
'TonemappingPeak'?: number;
|
|
131
162
|
/**
|
|
132
|
-
*
|
|
163
|
+
* Gets or sets the tone-mapping parameters.
|
|
133
164
|
* @type {number}
|
|
134
165
|
* @memberof EncodingOptions
|
|
135
166
|
*/
|
|
136
167
|
'TonemappingParam'?: number;
|
|
137
168
|
/**
|
|
138
|
-
*
|
|
169
|
+
* Gets or sets the VPP tone-mapping brightness.
|
|
139
170
|
* @type {number}
|
|
140
171
|
* @memberof EncodingOptions
|
|
141
172
|
*/
|
|
142
173
|
'VppTonemappingBrightness'?: number;
|
|
143
174
|
/**
|
|
144
|
-
*
|
|
175
|
+
* Gets or sets the VPP tone-mapping contrast.
|
|
145
176
|
* @type {number}
|
|
146
177
|
* @memberof EncodingOptions
|
|
147
178
|
*/
|
|
148
179
|
'VppTonemappingContrast'?: number;
|
|
149
180
|
/**
|
|
150
|
-
*
|
|
181
|
+
* Gets or sets the H264 CRF.
|
|
151
182
|
* @type {number}
|
|
152
183
|
* @memberof EncodingOptions
|
|
153
184
|
*/
|
|
154
185
|
'H264Crf'?: number;
|
|
155
186
|
/**
|
|
156
|
-
*
|
|
187
|
+
* Gets or sets the H265 CRF.
|
|
157
188
|
* @type {number}
|
|
158
189
|
* @memberof EncodingOptions
|
|
159
190
|
*/
|
|
160
191
|
'H265Crf'?: number;
|
|
161
192
|
/**
|
|
162
|
-
*
|
|
193
|
+
* Gets or sets the encoder preset.
|
|
163
194
|
* @type {string}
|
|
164
195
|
* @memberof EncodingOptions
|
|
165
196
|
*/
|
|
166
197
|
'EncoderPreset'?: string | null;
|
|
167
198
|
/**
|
|
168
|
-
*
|
|
199
|
+
* Gets or sets a value indicating whether the framerate is doubled when deinterlacing.
|
|
169
200
|
* @type {boolean}
|
|
170
201
|
* @memberof EncodingOptions
|
|
171
202
|
*/
|
|
172
203
|
'DeinterlaceDoubleRate'?: boolean;
|
|
173
204
|
/**
|
|
174
|
-
*
|
|
205
|
+
* Gets or sets the deinterlace method.
|
|
175
206
|
* @type {string}
|
|
176
207
|
* @memberof EncodingOptions
|
|
177
208
|
*/
|
|
178
209
|
'DeinterlaceMethod'?: string | null;
|
|
179
210
|
/**
|
|
180
|
-
*
|
|
211
|
+
* Gets or sets a value indicating whether 10bit HEVC decoding is enabled.
|
|
181
212
|
* @type {boolean}
|
|
182
213
|
* @memberof EncodingOptions
|
|
183
214
|
*/
|
|
184
215
|
'EnableDecodingColorDepth10Hevc'?: boolean;
|
|
185
216
|
/**
|
|
186
|
-
*
|
|
217
|
+
* Gets or sets a value indicating whether 10bit VP9 decoding is enabled.
|
|
187
218
|
* @type {boolean}
|
|
188
219
|
* @memberof EncodingOptions
|
|
189
220
|
*/
|
|
190
221
|
'EnableDecodingColorDepth10Vp9'?: boolean;
|
|
191
222
|
/**
|
|
192
|
-
*
|
|
223
|
+
* Gets or sets a value indicating whether the enhanced NVDEC is enabled.
|
|
193
224
|
* @type {boolean}
|
|
194
225
|
* @memberof EncodingOptions
|
|
195
226
|
*/
|
|
196
227
|
'EnableEnhancedNvdecDecoder'?: boolean;
|
|
197
228
|
/**
|
|
198
|
-
*
|
|
229
|
+
* Gets or sets a value indicating whether the system native hardware decoder should be used.
|
|
199
230
|
* @type {boolean}
|
|
200
231
|
* @memberof EncodingOptions
|
|
201
232
|
*/
|
|
202
233
|
'PreferSystemNativeHwDecoder'?: boolean;
|
|
203
234
|
/**
|
|
204
|
-
*
|
|
235
|
+
* Gets or sets a value indicating whether the Intel H264 low-power hardware encoder should be used.
|
|
205
236
|
* @type {boolean}
|
|
206
237
|
* @memberof EncodingOptions
|
|
207
238
|
*/
|
|
208
239
|
'EnableIntelLowPowerH264HwEncoder'?: boolean;
|
|
209
240
|
/**
|
|
210
|
-
*
|
|
241
|
+
* Gets or sets a value indicating whether the Intel HEVC low-power hardware encoder should be used.
|
|
211
242
|
* @type {boolean}
|
|
212
243
|
* @memberof EncodingOptions
|
|
213
244
|
*/
|
|
214
245
|
'EnableIntelLowPowerHevcHwEncoder'?: boolean;
|
|
215
246
|
/**
|
|
216
|
-
*
|
|
247
|
+
* Gets or sets a value indicating whether hardware encoding is enabled.
|
|
217
248
|
* @type {boolean}
|
|
218
249
|
* @memberof EncodingOptions
|
|
219
250
|
*/
|
|
220
251
|
'EnableHardwareEncoding'?: boolean;
|
|
221
252
|
/**
|
|
222
|
-
*
|
|
253
|
+
* Gets or sets a value indicating whether HEVC encoding is enabled.
|
|
223
254
|
* @type {boolean}
|
|
224
255
|
* @memberof EncodingOptions
|
|
225
256
|
*/
|
|
226
257
|
'AllowHevcEncoding'?: boolean;
|
|
227
258
|
/**
|
|
228
|
-
*
|
|
259
|
+
* Gets or sets a value indicating whether AV1 encoding is enabled.
|
|
260
|
+
* @type {boolean}
|
|
261
|
+
* @memberof EncodingOptions
|
|
262
|
+
*/
|
|
263
|
+
'AllowAv1Encoding'?: boolean;
|
|
264
|
+
/**
|
|
265
|
+
* Gets or sets a value indicating whether subtitle extraction is enabled.
|
|
229
266
|
* @type {boolean}
|
|
230
267
|
* @memberof EncodingOptions
|
|
231
268
|
*/
|
|
232
269
|
'EnableSubtitleExtraction'?: boolean;
|
|
233
270
|
/**
|
|
234
|
-
*
|
|
271
|
+
* Gets or sets the codecs hardware encoding is used for.
|
|
235
272
|
* @type {Array<string>}
|
|
236
273
|
* @memberof EncodingOptions
|
|
237
274
|
*/
|
|
238
275
|
'HardwareDecodingCodecs'?: Array<string> | null;
|
|
239
276
|
/**
|
|
240
|
-
*
|
|
277
|
+
* Gets or sets the file extensions on-demand metadata based keyframe extraction is enabled for.
|
|
241
278
|
* @type {Array<string>}
|
|
242
279
|
* @memberof EncodingOptions
|
|
243
280
|
*/
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
*
|
|
13
|
+
* @export
|
|
14
|
+
* @enum {string}
|
|
15
|
+
*/
|
|
16
|
+
export declare const ExtraType: {
|
|
17
|
+
readonly Unknown: "Unknown";
|
|
18
|
+
readonly Clip: "Clip";
|
|
19
|
+
readonly Trailer: "Trailer";
|
|
20
|
+
readonly BehindTheScenes: "BehindTheScenes";
|
|
21
|
+
readonly DeletedScene: "DeletedScene";
|
|
22
|
+
readonly Interview: "Interview";
|
|
23
|
+
readonly Scene: "Scene";
|
|
24
|
+
readonly Sample: "Sample";
|
|
25
|
+
readonly ThemeSong: "ThemeSong";
|
|
26
|
+
readonly ThemeVideo: "ThemeVideo";
|
|
27
|
+
readonly Featurette: "Featurette";
|
|
28
|
+
readonly Short: "Short";
|
|
29
|
+
};
|
|
30
|
+
export type ExtraType = typeof ExtraType[keyof typeof ExtraType];
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
5
|
+
* Do not edit the class manually.
|
|
6
|
+
*
|
|
7
|
+
* Jellyfin API
|
|
8
|
+
*
|
|
9
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
10
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
11
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @enum {string}
|
|
17
|
+
*/
|
|
18
|
+
const ExtraType = {
|
|
19
|
+
Unknown: 'Unknown',
|
|
20
|
+
Clip: 'Clip',
|
|
21
|
+
Trailer: 'Trailer',
|
|
22
|
+
BehindTheScenes: 'BehindTheScenes',
|
|
23
|
+
DeletedScene: 'DeletedScene',
|
|
24
|
+
Interview: 'Interview',
|
|
25
|
+
Scene: 'Scene',
|
|
26
|
+
Sample: 'Sample',
|
|
27
|
+
ThemeSong: 'ThemeSong',
|
|
28
|
+
ThemeVideo: 'ThemeVideo',
|
|
29
|
+
Featurette: 'Featurette',
|
|
30
|
+
Short: 'Short'
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { ExtraType };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import { SessionMessageType } from './session-message-type';
|
|
12
|
+
/**
|
|
13
|
+
* Force keep alive websocket messages.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ForceKeepAliveMessage
|
|
16
|
+
*/
|
|
17
|
+
export interface ForceKeepAliveMessage {
|
|
18
|
+
/**
|
|
19
|
+
* Gets or sets the data.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ForceKeepAliveMessage
|
|
22
|
+
*/
|
|
23
|
+
'Data'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* Gets or sets the message id.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ForceKeepAliveMessage
|
|
28
|
+
*/
|
|
29
|
+
'MessageId'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {SessionMessageType}
|
|
33
|
+
* @memberof ForceKeepAliveMessage
|
|
34
|
+
*/
|
|
35
|
+
'MessageType'?: SessionMessageType;
|
|
36
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import { GeneralCommand } from './general-command';
|
|
12
|
+
import { SessionMessageType } from './session-message-type';
|
|
13
|
+
/**
|
|
14
|
+
* General command websocket message.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GeneralCommandMessage
|
|
17
|
+
*/
|
|
18
|
+
export interface GeneralCommandMessage {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {GeneralCommand}
|
|
22
|
+
* @memberof GeneralCommandMessage
|
|
23
|
+
*/
|
|
24
|
+
'Data'?: GeneralCommand;
|
|
25
|
+
/**
|
|
26
|
+
* Gets or sets the message id.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof GeneralCommandMessage
|
|
29
|
+
*/
|
|
30
|
+
'MessageId'?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {SessionMessageType}
|
|
34
|
+
* @memberof GeneralCommandMessage
|
|
35
|
+
*/
|
|
36
|
+
'MessageType'?: SessionMessageType;
|
|
37
|
+
}
|
|
@@ -56,5 +56,6 @@ export declare const GeneralCommandType: {
|
|
|
56
56
|
readonly ToggleOsdMenu: "ToggleOsdMenu";
|
|
57
57
|
readonly Play: "Play";
|
|
58
58
|
readonly SetMaxStreamingBitrate: "SetMaxStreamingBitrate";
|
|
59
|
+
readonly SetPlaybackOrder: "SetPlaybackOrder";
|
|
59
60
|
};
|
|
60
61
|
export type GeneralCommandType = typeof GeneralCommandType[keyof typeof GeneralCommandType];
|
|
@@ -57,7 +57,8 @@ const GeneralCommandType = {
|
|
|
57
57
|
PlayNext: 'PlayNext',
|
|
58
58
|
ToggleOsdMenu: 'ToggleOsdMenu',
|
|
59
59
|
Play: 'Play',
|
|
60
|
-
SetMaxStreamingBitrate: 'SetMaxStreamingBitrate'
|
|
60
|
+
SetMaxStreamingBitrate: 'SetMaxStreamingBitrate',
|
|
61
|
+
SetPlaybackOrder: 'SetPlaybackOrder'
|
|
61
62
|
};
|
|
62
63
|
|
|
63
64
|
export { GeneralCommandType };
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
*/
|
|
11
11
|
import { ImageType } from './image-type';
|
|
12
12
|
import { ItemFields } from './item-fields';
|
|
13
|
+
import { ItemSortBy } from './item-sort-by';
|
|
13
14
|
import { SortOrder } from './sort-order';
|
|
14
15
|
/**
|
|
15
16
|
* Get programs dto.
|
|
@@ -28,7 +29,7 @@ export interface GetProgramsDto {
|
|
|
28
29
|
* @type {string}
|
|
29
30
|
* @memberof GetProgramsDto
|
|
30
31
|
*/
|
|
31
|
-
'UserId'?: string;
|
|
32
|
+
'UserId'?: string | null;
|
|
32
33
|
/**
|
|
33
34
|
* Gets or sets the minimum premiere start date. Optional.
|
|
34
35
|
* @type {string}
|
|
@@ -109,10 +110,10 @@ export interface GetProgramsDto {
|
|
|
109
110
|
'Limit'?: number | null;
|
|
110
111
|
/**
|
|
111
112
|
* Gets or sets specify one or more sort orders, comma delimited. Options: Name, StartDate. Optional.
|
|
112
|
-
* @type {Array<
|
|
113
|
+
* @type {Array<ItemSortBy>}
|
|
113
114
|
* @memberof GetProgramsDto
|
|
114
115
|
*/
|
|
115
|
-
'SortBy'?: Array<
|
|
116
|
+
'SortBy'?: Array<ItemSortBy>;
|
|
116
117
|
/**
|
|
117
118
|
* Gets or sets sort Order - Ascending,Descending.
|
|
118
119
|
* @type {Array<SortOrder>}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import { GroupInfoDto } from './group-info-dto';
|
|
12
|
+
import { GroupUpdateType } from './group-update-type';
|
|
13
|
+
/**
|
|
14
|
+
* Class GroupUpdate.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GroupInfoDtoGroupUpdate
|
|
17
|
+
*/
|
|
18
|
+
export interface GroupInfoDtoGroupUpdate {
|
|
19
|
+
/**
|
|
20
|
+
* Gets the group identifier.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof GroupInfoDtoGroupUpdate
|
|
23
|
+
*/
|
|
24
|
+
'GroupId'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {GroupUpdateType}
|
|
28
|
+
* @memberof GroupInfoDtoGroupUpdate
|
|
29
|
+
*/
|
|
30
|
+
'Type'?: GroupUpdateType;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {GroupInfoDto}
|
|
34
|
+
* @memberof GroupInfoDtoGroupUpdate
|
|
35
|
+
*/
|
|
36
|
+
'Data'?: GroupInfoDto;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import { GroupStateUpdate } from './group-state-update';
|
|
12
|
+
import { GroupUpdateType } from './group-update-type';
|
|
13
|
+
/**
|
|
14
|
+
* Class GroupUpdate.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GroupStateUpdateGroupUpdate
|
|
17
|
+
*/
|
|
18
|
+
export interface GroupStateUpdateGroupUpdate {
|
|
19
|
+
/**
|
|
20
|
+
* Gets the group identifier.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof GroupStateUpdateGroupUpdate
|
|
23
|
+
*/
|
|
24
|
+
'GroupId'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {GroupUpdateType}
|
|
28
|
+
* @memberof GroupStateUpdateGroupUpdate
|
|
29
|
+
*/
|
|
30
|
+
'Type'?: GroupUpdateType;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {GroupStateUpdate}
|
|
34
|
+
* @memberof GroupStateUpdateGroupUpdate
|
|
35
|
+
*/
|
|
36
|
+
'Data'?: GroupStateUpdate;
|
|
37
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import { GroupStateType } from './group-state-type';
|
|
12
|
+
import { PlaybackRequestType } from './playback-request-type';
|
|
13
|
+
/**
|
|
14
|
+
* Class GroupStateUpdate.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GroupStateUpdate
|
|
17
|
+
*/
|
|
18
|
+
export interface GroupStateUpdate {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {GroupStateType}
|
|
22
|
+
* @memberof GroupStateUpdate
|
|
23
|
+
*/
|
|
24
|
+
'State'?: GroupStateType;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {PlaybackRequestType}
|
|
28
|
+
* @memberof GroupStateUpdate
|
|
29
|
+
*/
|
|
30
|
+
'Reason'?: PlaybackRequestType;
|
|
31
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import { GroupInfoDtoGroupUpdate } from './group-info-dto-group-update';
|
|
12
|
+
import { GroupStateUpdateGroupUpdate } from './group-state-update-group-update';
|
|
13
|
+
import { PlayQueueUpdateGroupUpdate } from './play-queue-update-group-update';
|
|
14
|
+
import { StringGroupUpdate } from './string-group-update';
|
|
15
|
+
/**
|
|
16
|
+
* @type GroupUpdate
|
|
17
|
+
* Group update without data.
|
|
18
|
+
* @export
|
|
19
|
+
*/
|
|
20
|
+
export type GroupUpdate = GroupInfoDtoGroupUpdate | GroupStateUpdateGroupUpdate | PlayQueueUpdateGroupUpdate | StringGroupUpdate;
|
|
@@ -20,5 +20,6 @@ export declare const HardwareEncodingType: {
|
|
|
20
20
|
readonly V4L2M2M: "V4L2M2M";
|
|
21
21
|
readonly Vaapi: "VAAPI";
|
|
22
22
|
readonly VideoToolBox: "VideoToolBox";
|
|
23
|
+
readonly Rkmpp: "RKMPP";
|
|
23
24
|
};
|
|
24
25
|
export type HardwareEncodingType = typeof HardwareEncodingType[keyof typeof HardwareEncodingType];
|