UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

12 lines (11 loc) 226 B
/** * @export * @enum {string} */ export declare enum MaxTransformUnitSize { MTU_4x4 = "MTU_4x4", MTU_8x8 = "MTU_8x8", MTU_16x16 = "MTU_16x16", MTU_32x32 = "MTU_32x32" } export default MaxTransformUnitSize;