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 (nonatomic, assign, unsafe_unretained, readwrite)
        CGFloat bufferPercent;