Manual Initialization
Follow the steps below to initialize the plugin manually.

Make sure the
AutoInitoptions is set tofalsein the preferences.Manually create a
Playlistinstance, and initializeMediaPlayerwith the playlist.
Even if you are initializing the plugin manually, you must have NativeMediaPlayer object in the root of the scene. NativeMediaPlayer communicates with the native plugins in order to execute callbacks.
Extended Example with Code Integration
Here is an extended example using additional functionality to manage selected paths and playlists.
Last updated