public interface BoxMediaControls
BoxExoPlayer. All the interaction with the player should go through this interface.| Modifier and Type | Method and Description |
|---|---|
void |
addMediaListener(BoxMediaListener listener) |
boolean |
isPlaying() |
void |
pause() |
void |
release() |
void |
removeMediaListener(BoxMediaListener listener) |
void |
start() |
void start()
void pause()
boolean isPlaying()
void release()
void addMediaListener(BoxMediaListener listener)
void removeMediaListener(BoxMediaListener listener)