@jellyfin/sdk
Version:
A TypeScript SDK for Jellyfin.
43 lines (42 loc) • 1.58 kB
TypeScript
/**
* 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 declare const ProfileConditionValue: {
readonly AudioChannels: "AudioChannels";
readonly AudioBitrate: "AudioBitrate";
readonly AudioProfile: "AudioProfile";
readonly Width: "Width";
readonly Height: "Height";
readonly Has64BitOffsets: "Has64BitOffsets";
readonly PacketLength: "PacketLength";
readonly VideoBitDepth: "VideoBitDepth";
readonly VideoBitrate: "VideoBitrate";
readonly VideoFramerate: "VideoFramerate";
readonly VideoLevel: "VideoLevel";
readonly VideoProfile: "VideoProfile";
readonly VideoTimestamp: "VideoTimestamp";
readonly IsAnamorphic: "IsAnamorphic";
readonly RefFrames: "RefFrames";
readonly NumAudioStreams: "NumAudioStreams";
readonly NumVideoStreams: "NumVideoStreams";
readonly IsSecondaryAudio: "IsSecondaryAudio";
readonly VideoCodecTag: "VideoCodecTag";
readonly IsAvc: "IsAvc";
readonly IsInterlaced: "IsInterlaced";
readonly AudioSampleRate: "AudioSampleRate";
readonly AudioBitDepth: "AudioBitDepth";
readonly VideoRangeType: "VideoRangeType";
};
export type ProfileConditionValue = typeof ProfileConditionValue[keyof typeof ProfileConditionValue];