UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

13 lines (12 loc) 291 B
/** * Specifies the method how fields are converted to frames * @export * @enum {string} */ export declare enum DeinterlaceMode { FRAME = "FRAME", FIELD = "FIELD", FRAME_NOSPATIAL = "FRAME_NOSPATIAL", FIELD_NOSPATIAL = "FIELD_NOSPATIAL" } export default DeinterlaceMode;