UNPKG

h264-sps-parser

Version:
14 lines (13 loc) 328 B
export declare class Bitstream { view: DataView; bitoffset: number; constructor(view: DataView); ExpGolomb(): number; SignedExpGolomb(): number; readBit(): 0 | 1; readByte(): number; readNibble(): number; read5(): number; readWord(): number; more_rbsp_data(): boolean; }