Video decoder.
Creates new video decoder using the provided byte array as the input.
Returns video frame height.
Returns video frame width.
Returns true if the input contains more frames.
true
Decode next frame as RGBA8888.
Returns decoded frame as Uint8Array. Throws an error if there are no more frames in the input.
Uint8Array
All pixels are fully opaque.
Video decoder.