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
Property | Modifiers | Type | Description |
---|---|---|---|
data | readonly | ArrayBuffer | Raw video data, to be passed into the decoder. |
header | readonly | VideoFrameHeader | Metadata about the video frame. |