BMPSubtitleTrackController
Objective-C
@protocol BMPSubtitleTrackController <NSObject>
Swift
protocol SubtitleTrackController : NSObjectProtocol
Enables external control over the associated BMPSubtitleTrack
-
Triggers a CueEnterEvent.
Parameters
cue
The BMPCue that should enter.
-
Triggers a CueExitEvent.
Parameters
cue
The BMPCue that should exit.