-
public interface OnPreparedListenerInterface definition for a callback to be invoked when the media source is ready for playback.
-
-
Method Summary
Modifier and Type Method Description abstract voidonPrepared()Called when the media file is ready for playback. -
-
Method Detail
-
onPrepared
abstract void onPrepared()
Called when the media file is ready for playback.
-
-
-
-