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

Implement [Video] properties

Open grzegorzdec opened this issue 6 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

MXSCOMP-73

grozdanov avatar Feb 19 '20 15:02 grozdanov

  • width and height we should probably change it to mean the size in meters and for resolution we should make the resolution property I think (On Android we probably cannot achieve exactly the desired resolution, but only select one of available tracks)

  • viewMode is rather Lumin specific

darek607 avatar Feb 20 '20 08:02 darek607

Android, need research - 2

grzegorzdec avatar Feb 21 '20 08:02 grzegorzdec