Home > @rainway/web > IVideoData
IVideoData interface
Signature:
export interface IVideoData
Properties
| Property | Type | Description |
|---|---|---|
| data | Uint8Array | Video data to be sent to the decoder. |
| desktopRect | IDesktopRect | The full extent of the desktop being streamed from. |
| mask | Array<IDesktopRect> | The regions belonging to the app being streamed. |
| segmentTime | bigint | The amount of 100-nanosecond units that have passed since the start of the segment this frame belongs to. |
| streamId | number | |
| type | VideoDataType |
