play
Plays the media file.
int play();
Timing
- Call this method after opening the media file using
openor openWithMediaSource and receiving the onPlayerStateChanged callback with the statePLAYER_STATE_OPEN_COMPLETED. - Call this method after seek.
Return Values
- 0: Success.
- < 0: Failure.