Class BufferChangeEvent
- java.lang.Object
-
- com.longtailvideo.jwplayer.events.BufferChangeEvent
-
-
Constructor Summary
Constructors Constructor Description BufferChangeEvent(int bufferPercent, double position, double duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBufferPercent()
double
getDuration()
double
getPosition()
-
-
-
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).
-
-