Class BufferChangeEvent


  • public class BufferChangeEvent
    extends Event
    Fired when the amount of media buffered changes, only values for MP4 and HLS streams are accurate, all others are estimated.
    • Constructor Detail

      • BufferChangeEvent

        public BufferChangeEvent​(@NonNull
                                 JWPlayer player,
                                 int bufferPercent,
                                 double position,
                                 double duration)
    • Method Detail

      • getBufferPercent

        public int getBufferPercent()
        Returns:
        Percentage between 0 and 100 of the current media that is buffered.
      • getPosition

        public double getPosition()
        Returns:
        Current position of the media file (in milliseconds).
      • getDuration

        public double getDuration()
        Returns:
        Current media's duration (in milliseconds).