jellyfin-discord-bot/jellyfin/model/profileConditionValue.ts

41 lines
1.4 KiB
TypeScript
Raw Normal View History

2023-04-15 22:02:40 +02:00
/**
* Jellyfin API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 10.8.9
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { RequestFile } from './models';
export enum ProfileConditionValue {
AudioChannels = <any> 'AudioChannels',
AudioBitrate = <any> 'AudioBitrate',
AudioProfile = <any> 'AudioProfile',
Width = <any> 'Width',
Height = <any> 'Height',
Has64BitOffsets = <any> 'Has64BitOffsets',
PacketLength = <any> 'PacketLength',
VideoBitDepth = <any> 'VideoBitDepth',
VideoBitrate = <any> 'VideoBitrate',
VideoFramerate = <any> 'VideoFramerate',
VideoLevel = <any> 'VideoLevel',
VideoProfile = <any> 'VideoProfile',
VideoTimestamp = <any> 'VideoTimestamp',
IsAnamorphic = <any> 'IsAnamorphic',
RefFrames = <any> 'RefFrames',
NumAudioStreams = <any> 'NumAudioStreams',
NumVideoStreams = <any> 'NumVideoStreams',
IsSecondaryAudio = <any> 'IsSecondaryAudio',
VideoCodecTag = <any> 'VideoCodecTag',
IsAvc = <any> 'IsAvc',
IsInterlaced = <any> 'IsInterlaced',
AudioSampleRate = <any> 'AudioSampleRate',
AudioBitDepth = <any> 'AudioBitDepth',
VideoRangeType = <any> 'VideoRangeType'
}