UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

16 lines (15 loc) 435 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.H264BPyramid = void 0; /** * Keep some B-frames as references * @export * @enum {string} */ var H264BPyramid; (function (H264BPyramid) { H264BPyramid["NONE"] = "NONE"; H264BPyramid["STRICT"] = "STRICT"; H264BPyramid["NORMAL"] = "NORMAL"; })(H264BPyramid || (exports.H264BPyramid = H264BPyramid = {})); exports.default = H264BPyramid;