UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

16 lines (15 loc) 334 B
/** * Partitions to consider. Analyzing more partition options improves quality at the cost of speed. * @export * @enum {string} */ export declare enum H264Partition { NONE = "NONE", P8X8 = "P8X8", P4X4 = "P4X4", B8X8 = "B8X8", I8X8 = "I8X8", I4X4 = "I4X4", ALL = "ALL" } export default H264Partition;