Marker
public struct Marker : XMLRepresentable
Undocumented
-
The start time of the marker.
Declaration
Swift
public var start: CMTime -
The duration of the marker.
Declaration
Swift
public var duration: CMTime? -
The value of the marker.
Declaration
Swift
public var value: String -
A Boolean value indicating whether the marker is completed.
Declaration
Swift
public var isCompleted: Bool? -
A note about the marker.
Declaration
Swift
public var note: String? -
Initializes a new marker.
Declaration
Swift
public init(start: CMTime, duration: CMTime? = nil, value: String)Parameters
startThe start time of the marker.
durationThe duration of the marker.
valueThe value of the marker.
Marker Structure Reference