Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.