UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

12 lines (11 loc) 193 B
/** * Set the maximal CTU (Coding Tree Unit) size * @export * @enum {string} */ export declare enum MaxCtuSize { S16 = "16", S32 = "32", S64 = "64" } export default MaxCtuSize;