JWPlaybackRateEvent

@protocol JWPlaybackRateEvent <NSObject>

JWPlaybackRateEvent is emitted when the playback rate of the player changes.

  • New playback rate of the video.

    Declaration

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite) CGFloat playbackRate;