UNPKG

h264-pps-parser

Version:
10 lines (9 loc) 222 B
export declare class Bitstream { view: DataView; bitoffset: number; constructor(view: DataView); ExpGolomb(): number; SignedExpGolomb(): number; readBit(): 0 | 1; readByte(): number; }