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.Vp8ArnrType = void 0; /** * altref noise reduction filter type * @export * @enum {string} */ var Vp8ArnrType; (function (Vp8ArnrType) { Vp8ArnrType["BACKWARD"] = "BACKWARD"; Vp8ArnrType["FORWARD"] = "FORWARD"; Vp8ArnrType["CENTERED"] = "CENTERED"; })(Vp8ArnrType || (exports.Vp8ArnrType = Vp8ArnrType = {})); exports.default = Vp8ArnrType;