TimeMap

public struct TimeMap : XMLRepresentable

Undocumented

  • The time points of the time map.

    Declaration

    Swift

    public var timePoints: [TimePoint]
  • A Boolean value indicating whether the time map preserves pitch.

    Declaration

    Swift

    public var preservesPitch: Bool { get set }
  • The frame sampling method of the time map.

    Declaration

    Swift

    public var frameSampling: FrameSampling { get set }
  • Initializes a new time map.

    Declaration

    Swift

    public init(timePoints: [TimePoint])

    Parameters

    timePoints

    The time points of the time map.