SyncClip

public struct SyncClip : XMLRepresentable, Offsettable

Undocumented

  • A note about the sync clip.

    Declaration

    Swift

    public var note: String?
  • The conform rate of the sync clip.

    Declaration

    Swift

    public var conformRate: ConformRate?
  • The time map of the sync clip.

    Declaration

    Swift

    public var timeMap: TimeMap?
  • The crop adjustment applied to the sync clip.

    Declaration

    Swift

    public var crop: Crop?
  • The corners adjustment applied to the sync clip.

    Declaration

    Swift

    public var corners: Corners?
  • The conform adjustment applied to the sync clip.

    Declaration

    Swift

    public var conform: Conform?
  • The transform adjustment applied to the sync clip.

    Declaration

    Swift

    public var transform: Transform?
  • The blend adjustment applied to the sync clip.

    Declaration

    Swift

    public var blend: Blend?
  • The stabilization adjustment applied to the sync clip.

    Declaration

    Swift

    public var stabilization: Stabilization?
  • The rolling shutter adjustment applied to the sync clip.

    Declaration

    Swift

    public var rollingShutter: RollingShutter?
  • The 360 transform adjustment applied to the sync clip.

    Declaration

    Swift

    public var transform360: Transform360?
  • The reorient adjustment applied to the sync clip.

    Declaration

    Swift

    public var reorient: Reorient?
  • The orientation adjustment applied to the sync clip.

    Declaration

    Swift

    public var orientation: Orientation?
  • The volume adjustment applied to the sync clip.

    Declaration

    Swift

    public var volume: Volume?
  • The panner adjustment applied to the sync clip.

    Declaration

    Swift

    public var panner: Panner?
  • The spines contained in the sync clip.

    Declaration

    Swift

    public var spines: [Spine]
  • The audios contained in the sync clip.

    Declaration

    Swift

    public var audios: [Audio]
  • The videos contained in the sync clip.

    Declaration

    Swift

    public var videos: [Video]
  • The clips contained in the sync clip.

    Declaration

    Swift

    public var clips: [Clip]
  • The titles contained in the sync clip.

    Declaration

    Swift

    public var titles: [Title]
  • The multicam clips contained in the sync clip.

    Declaration

    Swift

    public var multicamClips: [MulticamClip]
  • The reference clips contained in the sync clip.

    Declaration

    Swift

    public var referenceClips: [ReferenceClip]
  • The sync clips contained in the sync clip.

    Declaration

    Swift

    public var syncClips: [SyncClip]
  • The asset clips contained in the sync clip.

    Declaration

    Swift

    public var assetClips: [AssetClip]
  • The auditions contained in the sync clip.

    Declaration

    Swift

    public var auditions: [Audition]
  • The gaps contained in the sync clip.

    Declaration

    Swift

    public var gaps: [Gap]
  • The captions contained in the sync clip.

    Declaration

    Swift

    public var captions: [Caption]
  • The markers attached to the sync clip.

    Declaration

    Swift

    public var markers: [Marker]
  • The chapter markers attached to the sync clip.

    Declaration

    Swift

    public var chapterMarkers: [ChapterMarker]
  • The ratings associated with the sync clip.

    Declaration

    Swift

    public var ratings: [Rating]
  • The keywords associated with the sync clip.

    Declaration

    Swift

    public var keywords: [Keyword]
  • The analysis markers attached to the sync clip.

    Declaration

    Swift

    public var analysisMarkers: [AnalysisMarker]
  • The sync sources of the sync clip.

    Declaration

    Swift

    public var syncSources: [SyncSource]
  • The video filters applied to the sync clip.

    Declaration

    Swift

    public var videoFilters: [VideoFilter]
  • The video filter masks applied to the sync clip.

    Declaration

    Swift

    public var videoFilterMasks: [VideoFilterMask]
  • The audio filters applied to the sync clip.

    Declaration

    Swift

    public var audioFilters: [AudioFilter]
  • The metadata associated with the sync clip.

    Declaration

    Swift

    public var metadata: [Metadatum]? { get set }
  • The lane of the sync clip.

    Declaration

    Swift

    public var lane: Int?
  • The offset of the sync clip.

    Declaration

    Swift

    public var offset: CMTime?
  • The name of the sync clip.

    Declaration

    Swift

    public var name: String?
  • The start time of the sync clip.

    Declaration

    Swift

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

    Declaration

    Swift

    public var duration: CMTime
  • A Boolean value indicating whether the sync clip is enabled.

    Declaration

    Swift

    public var isEnabled: Bool { get set }
  • The identifier of the Format resource referenced by this sync clip.

    Declaration

    Swift

    public var formatID: String?
  • The audio start time of the sync clip.

    Declaration

    Swift

    public var audioStart: CMTime?
  • The audio duration of the sync clip.

    Declaration

    Swift

    public var audioDuration: CMTime?
  • The timecode start time of the sync clip.

    Declaration

    Swift

    public var timecodeStart: CMTime?
  • The timecode format of the sync clip.

    Declaration

    Swift

    public var timecodeFormat: TimecodeFormat?
  • The date modified of the sync clip.

    Declaration

    Swift

    public var dateModified: Date?
  • Initializes a new sync clip.

    Declaration

    Swift

    public init(offset: CMTime = .zero, name: String? = nil, start: CMTime? = nil, duration: CMTime, timecodeFormat: TimecodeFormat? = nil)

    Parameters

    offset

    The offset of the sync clip.

    name

    The name of the sync clip.

    start

    The start time of the sync clip.

    duration

    The duration of the sync clip.

    timecodeFormat

    The timecode format of the sync clip.