AnalysisMarker

public struct AnalysisMarker : XMLRepresentable

An annotation that indicates the result of scene analysis to determine the number of people present and the shot and stabilization types.

  • The shot types contained in the scene.

    Declaration

    Swift

    public var shotTypes: [ShotType]
  • The stabilization types contained in the scene.

    Declaration

    Swift

    public var stabilizationTypes: [StabilizationType]
  • The start time of the marker.

    Declaration

    Swift

    public var start: CMTime?
  • The duration of the marker.

    Declaration

    Swift

    public var duration: CMTime?
  • Initializes a new analysis marker.

    Declaration

    Swift

    public init(start: CMTime? = nil, duration: CMTime? = nil)

    Parameters

    start

    The start time of the analysis marker.

    duration

    The duration of the analysis marker.