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