Home > @rainway/web > VideoFrameHeader
VideoFrameHeader interface
Video frame properties.
Signature:
export interface VideoFrameHeader
Properties
Property | Type | Description |
---|---|---|
height | number | Height in pixels of the video frame which should correspond to the desktop size. |
mask | IDesktopRect[] | |
timestamp | number | A timestamp, in milliseconds relative to some application-defined reference point. |
width | number | Width in pixels of the video frame which should correspond to the desktop size. |
x | number | Points on the screen are described by x- and y-coordinate pairs. The x-coordinates increase to the right. |
y | number | Points on the screen are described by x- and y-coordinate pairs. y-coordinates increase from top to bottom. |