JWSeekEvent

@protocol JWSeekEvent <NSObject>

JWSeekEvent is emitted when a seek operation is requested.

  • The user requested position to seek to (in seconds). Note the actual position the player will eventually seek to may differ.

    Declaration

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite) CGFloat offset;
  • The position of the player before the player seeks (in seconds).

    Declaration

    Objective-C

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