UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

12 lines (11 loc) 239 B
/** * Signal hypothetical reference decoder (HRD) information (requires bufsize to be set) * @export * @enum {string} */ export declare enum H264NalHrd { NONE = "NONE", VBR = "VBR", CBR = "CBR" } export default H264NalHrd;