/** * Integer pixel motion estimation method * @export * @enum {string} */ export declare enum H264MotionEstimationMethod { DIA = "DIA", HEX = "HEX", UMH = "UMH" } export default H264MotionEstimationMethod;