Slice the NALUs present in the supplied buffer, assuming it is already byte-aligned
Parameters
stream: Uint8Array
options: { includeLeading?: boolean; } = {}
OptionalincludeLeading?: boolean
if true, the returned array contains the leading chunk of data before the
first start code (possibly empty). if false, an error is thrown if this
chunk is empty (default: false)
Slice the NALUs present in the supplied buffer, assuming it is already byte-aligned