UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

12 lines (11 loc) 300 B
/** * Specifies which field of an interlaced frame is assumed to be the first one * @export * @enum {string} */ export declare enum PictureFieldParity { AUTO = "AUTO", TOP_FIELD_FIRST = "TOP_FIELD_FIRST", BOTTOM_FIELD_FIRST = "BOTTOM_FIELD_FIRST" } export default PictureFieldParity;