| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| arrays.xml | ||
| attrs.xml | ||
| colors.xml | ||
| constants.xml | ||
| dimens.xml | ||
| drawables.xml | ||
| ids.xml | ||
| strings.xml | ||
| styles.xml |
Other properties of SphericalGLSurfaceView (e.g., setDefaultStereoMode)
are not plumbed through the PlayerView components, and it doesn't scale
to plumb through all properties of all of the SurfaceView types.
Applications can instead do:
```
((SphericalGLSurfaceView) playerView.getVideoSurfaceView())
.setUseSensorRotation(useSensorRotation);
```
PiperOrigin-RevId: 368196537
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| arrays.xml | Loading commit data... | |
| attrs.xml | Loading commit data... | |
| colors.xml | Loading commit data... | |
| constants.xml | Loading commit data... | |
| dimens.xml | Loading commit data... | |
| drawables.xml | Loading commit data... | |
| ids.xml | Loading commit data... | |
| strings.xml | Loading commit data... | |
| styles.xml | Loading commit data... |