UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

12 lines (11 loc) 203 B
/** * Keep some B-frames as references * @export * @enum {string} */ export declare enum H264BPyramid { NONE = "NONE", STRICT = "STRICT", NORMAL = "NORMAL" } export default H264BPyramid;