Class ReadyEvent

java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.ReadyEvent

public class ReadyEvent extends Event
Payload that accompanies the onReady() event.
  • Constructor Details

    • ReadyEvent

      public ReadyEvent(JWPlayer player, double setupTime)
  • Method Details

    • getSetupTime

      public double getSetupTime()
      Returns:
      The amount of time (in milliseconds) for the player to go from setup() to ready.