SubtitleRemovedEvent
@objc(BMPSubtitleRemovedEvent)
@objcMembers
open class SubtitleRemovedEvent : NSObject, SourceEvent
See PlayerListener
for more information on this event.
-
Declaration
Swift
public let name: String
-
Declaration
Swift
public let timestamp: TimeInterval
-
The track that has been removed.
Declaration
Swift
public let subtitleTrack: SubtitleTrack
-
Declaration
Swift
public init( subtitleTrack: SubtitleTrack )