I'm writing a library around ExoPlayer (creating a simple View that can be dragged and dropped into an app and will play videos and advertisements per our company's business logic). As I'm looking to tweak the display of this player, I Googled the obvious ("how to change appearance of exoplayer") and I keep seeing references to SimpleExoPlayerView
. But from my understanding I should be placing a PlayerView
onto my layout, not a SimpleExoPlayerView
What is the difference between these two classes?