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 (assign, readwrite, nonatomic) JWPlayerState oldState;