trinity
trinity copied to clipboard
On EditorScreen instead of playing direct video i want to play A video on click of play Button.
On Click of button play --> mVideoEditor.play(true) //This line i have added this line not working for me
mPlayImage.setOnClickListener { mVideoEditor.resume() play.visibility = View.GONE }
on click the playbutton the video will start to play