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.