JWStateChangeEvent

@protocol JWStateChangeEvent <NSObject>

JWStateChangeEvent contains the state information before the state is changed. This is a base class for other events.

  • The old state of the player.

    Declaration

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite)
        JWPlayerState oldState;