Web SDK - VideoFrame

Home > @rainway/web > VideoFrame

VideoFrame interface

A video frame, consisting of a parsed metadata header and a buffer of raw h264 video stream data.

Signature:

export interface VideoFrame 

Properties

PropertyModifiersTypeDescription
datareadonlyArrayBufferRaw video data, to be passed into the decoder.
headerreadonlyVideoFrameHeaderMetadata about the video frame.