How to integrate my app with Samsung Video player (API)

so, i have this app that has a database of videos (local and remote) and i want to integrate it well with the built-in video player on Samsung’s smartphones.

what i specifically want is to start playing a video (local or remote) from a specific point and get back which point of the video playback was interrupted.

i know that the Samsung Video Library app already can do this, so is this API documented anywhere?

thanks.

Hello,
You can check out the following link:

You will find the code there.

1 Like

I’m sorry, let me clarify, i want to open the video in an external video player (the Samsung video player specifically) not play the video inside a view in my app.