I know that in Android exists special class for making video\audio players - MediaPlayer
.
Is there are any build-in ways to add subtitles to playing video?
I've looked through documentation, but found no methods for subtitles.
I know that in Android exists special class for making video\audio players - MediaPlayer
.
Is there are any build-in ways to add subtitles to playing video?
I've looked through documentation, but found no methods for subtitles.
Copyright © 2021 Jogjafile Inc.
Yes, there is the method to add subtitle in video player addTimedTextSource
here mediaPlayer is object of android-MediaPlayer class and subTitleSrc path of subtitle file.