Package com.jwplayer.pub.api.events
Class FirstFrameEvent
java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.FirstFrameEvent
Fired the instant a video or audio file begins playback.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FirstFrameEvent
-
-
Method Details
-
getLoadTime
public double getLoadTime()- Returns:
- The amount of time (In milliseconds) it takes for the player to transition from a play attempt to a firstFrame event.
-