magic-script-components
magic-script-components copied to clipboard
Implement [Video] properties
| 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. |
MXSCOMP-73
-
widthandheightwe should probably change it to mean the size in meters and for resolution we should make theresolutionproperty I think (On Android we probably cannot achieve exactly the desired resolution, but only select one of available tracks) -
viewModeis rather Lumin specific
Android, need research - 2