Rename some references from PlayerView to LegacyPlayerView
These were missed in 9dae5fd2c0
These references will be re-written to PlayerView when exporting to
exoplayer2, so this commit results in some small reformatting changes.
Also fix a reference to LegacyPlayerControlView that should be
StyledPlayerControlView.
PiperOrigin-RevId: 420707706
This commit is contained in:
parent
ede93022c7
commit
bc12306267
@ -112,7 +112,7 @@ gets from the libgav1 decoder:
|
||||
`VideoDecoderOutputBufferRenderer` as its object.
|
||||
`VideoDecoderGLSurfaceView` is the concrete
|
||||
`VideoDecoderOutputBufferRenderer` implementation used by
|
||||
`(Styled)PlayerView`.
|
||||
`StyledPlayerView` and `LegacyPlayerView`.
|
||||
|
||||
* Native rendering using `ANativeWindow`
|
||||
|
||||
|
@ -125,7 +125,7 @@ gets from the libvpx decoder:
|
||||
`VideoDecoderOutputBufferRenderer` as its object.
|
||||
`VideoDecoderGLSurfaceView` is the concrete
|
||||
`VideoDecoderOutputBufferRenderer` implementation used by
|
||||
`(Styled)PlayerView`.
|
||||
`StyledPlayerView` and `LegacyPlayerView`.
|
||||
|
||||
* Native rendering using `ANativeWindow`
|
||||
|
||||
|
@ -105,7 +105,7 @@
|
||||
<attr name="surface_type"/>
|
||||
<!-- AspectRatioFrameLayout attributes -->
|
||||
<attr name="resize_mode"/>
|
||||
<!-- LegacyPlayerControlView attributes -->
|
||||
<!-- StyledPlayerControlView attributes -->
|
||||
<attr name="show_timeout"/>
|
||||
<attr name="repeat_toggle_modes"/>
|
||||
<attr name="show_shuffle_button"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user