TimelineMarkerEnterEvent
@objcMembers
@objc(BMPTimelineMarkerEnterEvent)
public class TimelineMarkerEnterEvent : 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)