UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

16 lines (15 loc) 441 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Vp9ArnrType = void 0; /** * altref noise reduction filter type * @export * @enum {string} */ var Vp9ArnrType; (function (Vp9ArnrType) { Vp9ArnrType["BACKWARD"] = "BACKWARD"; Vp9ArnrType["FORWARD"] = "FORWARD"; Vp9ArnrType["CENTERED"] = "CENTERED"; })(Vp9ArnrType || (exports.Vp9ArnrType = Vp9ArnrType = {})); exports.default = Vp9ArnrType;