-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #316 from jellyfin/openapi-update-0
- Loading branch information
Showing
7 changed files
with
60 additions
and
40 deletions.
There are no files selected for viewing
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* Do not edit the class manually. | ||
* | ||
* Jellyfin API | ||
* | ||
* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
*/ | ||
|
||
|
||
|
||
/** | ||
* | ||
* @export | ||
* @enum {string} | ||
*/ | ||
|
||
export enum TranscodeReason { | ||
ContainerNotSupported = 'ContainerNotSupported', | ||
VideoCodecNotSupported = 'VideoCodecNotSupported', | ||
AudioCodecNotSupported = 'AudioCodecNotSupported', | ||
SubtitleCodecNotSupported = 'SubtitleCodecNotSupported', | ||
AudioIsExternal = 'AudioIsExternal', | ||
SecondaryAudioNotSupported = 'SecondaryAudioNotSupported', | ||
VideoProfileNotSupported = 'VideoProfileNotSupported', | ||
VideoLevelNotSupported = 'VideoLevelNotSupported', | ||
VideoResolutionNotSupported = 'VideoResolutionNotSupported', | ||
VideoBitDepthNotSupported = 'VideoBitDepthNotSupported', | ||
VideoFramerateNotSupported = 'VideoFramerateNotSupported', | ||
RefFramesNotSupported = 'RefFramesNotSupported', | ||
AnamorphicVideoNotSupported = 'AnamorphicVideoNotSupported', | ||
InterlacedVideoNotSupported = 'InterlacedVideoNotSupported', | ||
AudioChannelsNotSupported = 'AudioChannelsNotSupported', | ||
AudioProfileNotSupported = 'AudioProfileNotSupported', | ||
AudioSampleRateNotSupported = 'AudioSampleRateNotSupported', | ||
AudioBitDepthNotSupported = 'AudioBitDepthNotSupported', | ||
ContainerBitrateExceedsLimit = 'ContainerBitrateExceedsLimit', | ||
VideoBitrateNotSupported = 'VideoBitrateNotSupported', | ||
AudioBitrateNotSupported = 'AudioBitrateNotSupported', | ||
UnknownVideoStreamInfo = 'UnknownVideoStreamInfo', | ||
UnknownAudioStreamInfo = 'UnknownAudioStreamInfo', | ||
DirectPlayError = 'DirectPlayError', | ||
VideoRangeTypeNotSupported = 'VideoRangeTypeNotSupported' | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters