JWBufferChangeEvent
@protocol JWBufferChangeEvent <JWTimeEvent>
JWBufferChangeEvent is emitted periodically with a buffer percentage update.
-
Percentage between 0 and 100 of the current media that is buffered.
Declaration
Objective-C
@property (assign, readwrite, nonatomic) CGFloat bufferPercent;