Web SDK - VideoFrameHeader

Home > @rainway/web > VideoFrameHeader

VideoFrameHeader interface

Video frame properties.

Signature:

export interface VideoFrameHeader 

Properties

PropertyTypeDescription
heightnumberHeight in pixels of the video frame which should correspond to the desktop size.
maskIDesktopRect[]
timestampnumberA timestamp, in milliseconds relative to some application-defined reference point.
widthnumberWidth in pixels of the video frame which should correspond to the desktop size.
xnumberPoints on the screen are described by x- and y-coordinate pairs. The x-coordinates increase to the right.
ynumberPoints on the screen are described by x- and y-coordinate pairs. y-coordinates increase from top to bottom.