UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

14 lines (13 loc) 223 B
/** * Set the Motion search method * @export * @enum {string} */ export declare enum MotionSearch { DIA = "DIA", HEX = "HEX", UMH = "UMH", STAR = "STAR", FULL = "FULL" } export default MotionSearch;