Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement [Video] properties #236

Open
grzegorzdec opened this issue Feb 6, 2020 · 3 comments
Open

Implement [Video] properties #236

grzegorzdec opened this issue Feb 6, 2020 · 3 comments
Labels
Documentation iOS Related to iOS platform.

Comments

@grzegorzdec
Copy link
Contributor

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.
@grozdanov
Copy link
Contributor

MXSCOMP-73

@darek607 darek607 added the iOS Related to iOS platform. label Feb 20, 2020
@darek607
Copy link
Contributor

  • 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

@grzegorzdec
Copy link
Contributor Author

Android, need research - 2

@grzegorzdec grzegorzdec removed the Android Related to Android platform. label May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation iOS Related to iOS platform.
Projects
None yet
Development

No branches or pull requests

3 participants