UNPKG

@jellyfin/sdk

Version:
26 lines (25 loc) 787 B
/** * 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/. */ /** * Enum HardwareEncodingType. * @export * @enum {string} */ export declare const HardwareEncodingType: { readonly Amf: "AMF"; readonly Qsv: "QSV"; readonly Nvenc: "NVENC"; readonly V4L2M2M: "V4L2M2M"; readonly Vaapi: "VAAPI"; readonly VideoToolBox: "VideoToolBox"; readonly Rkmpp: "RKMPP"; }; export type HardwareEncodingType = typeof HardwareEncodingType[keyof typeof HardwareEncodingType];