Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 468 Bytes

File metadata and controls

12 lines (8 loc) · 468 Bytes

TextureView (TextureViewSampleApp)

Renders playback into a TextureView instead of the default SurfaceView, via BrightcoveExoPlayerTextureVideoView.

Key files

File Responsibility
MainActivity.java Fetches a video and plays it in the TextureView-backed player.
res/layout/activity_main.xml Screen layout hosting the BrightcoveExoPlayerTextureVideoView.

See the Playback README for shared setup and requirements.