magic-script-components icon indicating copy to clipboard operation
magic-script-components copied to clipboard

Implement [Video] properties

Open grzegorzdec opened this issue 5 years ago • 3 comments

Name Type Default Value Required Description
width number 512 N The surface resolution width. Supported values are between 1 and 2048.
height number 512 N The surface resolution height. Supported values are between 1 and 2048.
viewMode string full-area N How the video is intended to be viewed within the video component. The full-area view mode renders video over the full area for both eyes (monoscopic). The left-right view mode renders video differently per eye (stereoscopic). The default view mode is full-area.
Name Type Default Value Description
timedTextPath string n/a Sets the timed text file.
seekTo number n/a Seeks to the specified time position.

grzegorzdec avatar Feb 06 '20 12:02 grzegorzdec