X264NalHrd type
Three possible values:
-
"none": specify no HRD information
-
"vbr": specify HRD information
-
"cbr": specify HRD information and pack the bitstream to the bitrate specified
See the X264 Docs for a further description of this value
Signature:
export declare type X264NalHrd = "none" | "vbr" | "cbr";