TimelineMarker

@objc(BMPTimelineMarker)
public protocol TimelineMarker

Represents a timeline marker that can be visualized in the player UI. It can represent a point in time or a time range.

  • The start time of the marker.

    Declaration

    Swift

    var time: TimeInterval { get set }
  • The duration of the marker. Can be set to 0 if the marker depicts a point in time and not a time-range.

    Declaration

    Swift

    var duration: TimeInterval { get set }