start

open fun start()

This method is used to autostart playback. Important: this method must be called right after processVideo, otherwise it might not catch the EventType.DID_SET_VIDEO event, and the video won't auto play. To avoid this, it's recommended to use processAndStartVideo.