Web SDK - VideoFrameHeader

Home > @rainway/web > VideoFrameHeader

VideoFrameHeader interface

Video frame properties.

Signature:

export interface VideoFrameHeader 

Properties

PropertyModifiersTypeDescription
heightreadonlynumberHeight in pixels of the video frame which should correspond to the desktop size.
maskreadonlyIDesktopRect[]
timestampreadonlynumberA timestamp, in milliseconds relative to some application-defined reference point.
widthreadonlynumberWidth in pixels of the video frame which should correspond to the desktop size.
xreadonlynumberPoints on the screen are described by x- and y-coordinate pairs. The x-coordinates increase to the right.
yreadonlynumberPoints on the screen are described by x- and y-coordinate pairs. y-coordinates increase from top to bottom.