UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

16 lines (15 loc) 567 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.H264MotionEstimationMethod = void 0; /** * Integer pixel motion estimation method * @export * @enum {string} */ var H264MotionEstimationMethod; (function (H264MotionEstimationMethod) { H264MotionEstimationMethod["DIA"] = "DIA"; H264MotionEstimationMethod["HEX"] = "HEX"; H264MotionEstimationMethod["UMH"] = "UMH"; })(H264MotionEstimationMethod || (exports.H264MotionEstimationMethod = H264MotionEstimationMethod = {})); exports.default = H264MotionEstimationMethod;