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