out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
377
stars
110
forks
source link
Hello i already post this issue can any one help me. SeekTo function is ot working #138
Open
muhammaddilawarkhan opened 5 years ago
VideoView videoView = (VideoView)findViewById(R.id.videoplayer); videoView.setVideoPath(str_video); videoView.getPlayer().seekTo(15); videoView.getPlayer().start();