Skip to main content
Version: v1.10.0

Interface: VideoComposition

An interface to describe the position of a video device in the composite stream.

Properties

height

Optional height: number

Height of the device.


index

index: number

Z-index value. Devices with a higher index will be placed on top of devices with a lower index.


width

Optional width: number

Width of the device.


x

Optional x: number

Top-left x-coordinate of the device.


y

Optional y: number

Top-left y-coordinate of the device.