Skip to content

Commit

Permalink
Update OpenAPI to unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Jan 30, 2025
1 parent f83a162 commit 760115b
Show file tree
Hide file tree
Showing 27 changed files with 151 additions and 76 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ package org.jellyfin.sdk.api.info
import kotlin.String

public object ApiConstants {
public const val apiVersion: String = "10.10.5"
public const val apiVersion: String = "10.11.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ public class AudioApi(
* @param maxVideoBitDepth Optional. The maximum video bit depth.
* @param requireAvc Optional. Whether to require avc.
* @param deInterlace Optional. Whether to deinterlace the video.
* @param requireNonAnamorphic Optional. Whether to require a non anamporphic stream.
* @param requireNonAnamorphic Optional. Whether to require a non anamorphic stream.
* @param transcodingMaxAudioChannels Optional. The maximum number of audio channels to transcode.
* @param cpuCoreLimit Optional. The limit of how many cpu cores to use.
* @param liveStreamId The live stream id.
Expand Down Expand Up @@ -744,7 +744,7 @@ public class AudioApi(
* @param maxVideoBitDepth Optional. The maximum video bit depth.
* @param requireAvc Optional. Whether to require avc.
* @param deInterlace Optional. Whether to deinterlace the video.
* @param requireNonAnamorphic Optional. Whether to require a non anamporphic stream.
* @param requireNonAnamorphic Optional. Whether to require a non anamorphic stream.
* @param transcodingMaxAudioChannels Optional. The maximum number of audio channels to transcode.
* @param cpuCoreLimit Optional. The limit of how many cpu cores to use.
* @param liveStreamId The live stream id.
Expand Down Expand Up @@ -924,7 +924,7 @@ public class AudioApi(
* @param maxVideoBitDepth Optional. The maximum video bit depth.
* @param requireAvc Optional. Whether to require avc.
* @param deInterlace Optional. Whether to deinterlace the video.
* @param requireNonAnamorphic Optional. Whether to require a non anamporphic stream.
* @param requireNonAnamorphic Optional. Whether to require a non anamorphic stream.
* @param transcodingMaxAudioChannels Optional. The maximum number of audio channels to transcode.
* @param cpuCoreLimit Optional. The limit of how many cpu cores to use.
* @param liveStreamId The live stream id.
Expand Down Expand Up @@ -1171,7 +1171,7 @@ public class AudioApi(
* @param maxVideoBitDepth Optional. The maximum video bit depth.
* @param requireAvc Optional. Whether to require avc.
* @param deInterlace Optional. Whether to deinterlace the video.
* @param requireNonAnamorphic Optional. Whether to require a non anamporphic stream.
* @param requireNonAnamorphic Optional. Whether to require a non anamorphic stream.
* @param transcodingMaxAudioChannels Optional. The maximum number of audio channels to transcode.
* @param cpuCoreLimit Optional. The limit of how many cpu cores to use.
* @param liveStreamId The live stream id.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2922,7 +2922,7 @@ public class DynamicHlsApi(
videoStreamIndex: Int? = null,
context: EncodingContext? = null,
streamOptions: Map<String, String?>? = emptyMap(),
enableAdaptiveBitrateStreaming: Boolean? = true,
enableAdaptiveBitrateStreaming: Boolean? = false,
enableAudioVbrEncoding: Boolean? = true,
): Response<ByteReadChannel> {
val pathParameters = buildMap<String, Any?>(1) {
Expand Down Expand Up @@ -3164,7 +3164,7 @@ public class DynamicHlsApi(
videoStreamIndex: Int? = null,
context: EncodingContext? = null,
streamOptions: Map<String, String?>? = emptyMap(),
enableAdaptiveBitrateStreaming: Boolean? = true,
enableAdaptiveBitrateStreaming: Boolean? = false,
enableAudioVbrEncoding: Boolean? = true,
): String {
val pathParameters = buildMap<String, Any?>(1) {
Expand Down Expand Up @@ -3347,7 +3347,7 @@ public class DynamicHlsApi(
videoStreamIndex: Int? = null,
context: EncodingContext? = null,
streamOptions: Map<String, String?>? = emptyMap(),
enableAdaptiveBitrateStreaming: Boolean? = true,
enableAdaptiveBitrateStreaming: Boolean? = false,
enableAudioVbrEncoding: Boolean? = true,
): Response<ByteReadChannel> {
val pathParameters = buildMap<String, Any?>(1) {
Expand Down Expand Up @@ -3596,7 +3596,7 @@ public class DynamicHlsApi(
videoStreamIndex: Int? = null,
context: EncodingContext? = null,
streamOptions: Map<String, String?>? = emptyMap(),
enableAdaptiveBitrateStreaming: Boolean? = true,
enableAdaptiveBitrateStreaming: Boolean? = false,
enableAudioVbrEncoding: Boolean? = true,
): String {
val pathParameters = buildMap<String, Any?>(1) {
Expand Down Expand Up @@ -3781,7 +3781,7 @@ public class DynamicHlsApi(
videoStreamIndex: Int? = null,
context: EncodingContext? = null,
streamOptions: Map<String, String?>? = emptyMap(),
enableAdaptiveBitrateStreaming: Boolean? = true,
enableAdaptiveBitrateStreaming: Boolean? = false,
enableTrickplay: Boolean? = true,
enableAudioVbrEncoding: Boolean? = true,
alwaysBurnInSubtitleWhenTranscoding: Boolean? = false,
Expand Down Expand Up @@ -4035,7 +4035,7 @@ public class DynamicHlsApi(
videoStreamIndex: Int? = null,
context: EncodingContext? = null,
streamOptions: Map<String, String?>? = emptyMap(),
enableAdaptiveBitrateStreaming: Boolean? = true,
enableAdaptiveBitrateStreaming: Boolean? = false,
enableTrickplay: Boolean? = true,
enableAudioVbrEncoding: Boolean? = true,
alwaysBurnInSubtitleWhenTranscoding: Boolean? = false,
Expand Down Expand Up @@ -4227,7 +4227,7 @@ public class DynamicHlsApi(
videoStreamIndex: Int? = null,
context: EncodingContext? = null,
streamOptions: Map<String, String?>? = emptyMap(),
enableAdaptiveBitrateStreaming: Boolean? = true,
enableAdaptiveBitrateStreaming: Boolean? = false,
enableTrickplay: Boolean? = true,
enableAudioVbrEncoding: Boolean? = true,
alwaysBurnInSubtitleWhenTranscoding: Boolean? = false,
Expand Down Expand Up @@ -4488,7 +4488,7 @@ public class DynamicHlsApi(
videoStreamIndex: Int? = null,
context: EncodingContext? = null,
streamOptions: Map<String, String?>? = emptyMap(),
enableAdaptiveBitrateStreaming: Boolean? = true,
enableAdaptiveBitrateStreaming: Boolean? = false,
enableTrickplay: Boolean? = true,
enableAudioVbrEncoding: Boolean? = true,
alwaysBurnInSubtitleWhenTranscoding: Boolean? = false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public class LiveTvApi(
}

/**
* Get guid info.
* Get guide info.
*/
public suspend fun getGuideInfo(): Response<GuideInfo> {
val pathParameters = emptyMap<String, Any?>()
Expand Down
Loading

0 comments on commit 760115b

Please sign in to comment.