TimelineMarkerExitEvent
@objcMembers
@objc(BMPTimelineMarkerExitEvent)
public class TimelineMarkerExitEvent : NSObject, PlayerViewEvent
See UserInterfaceListener
for more information on this event.
-
Declaration
Swift
public let name: String
-
Declaration
Swift
public let timestamp: TimeInterval
-
Declaration
Swift
public let timelineMarker: TimelineMarker
-
Declaration
Swift
public init(timelineMarker: TimelineMarker)