JWTrackChangedEvent

@protocol JWTrackChangedEvent <NSObject>

JWTrackChangeEvent is emitted when a new caption track is selected.

  • Index of the new active track. In the case of captions, currentTrack of 0 means captions are turned off.

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) NSUInteger currentTrack;