Function decodeRBSP

  • Decode (unescape) the RBSP part of a NALU, by removing emulation_prevention_three_byte

    Note: if passed, out is assumed to be large enough to hold result

    Parameters

    • rbsp: Uint8Array
    • out: Uint8Array = ...

    Returns Uint8Array

    same array passed at out

Generated using TypeDoc