Interface VideoPlayerEvents.OnTimeListener

    • Method Detail

      • onTime

        void onTime​(TimeEvent timeEvent)
        While the player is playing, this event is fired as the playback position gets updated. This may occur as frequently as 10 times per second.
        Parameters:
        timeEvent - The payload that accompanies the onTime() event.