Gap
public struct Gap : XMLRepresentable, Offsettable
Undocumented
-
A note about the gap.
Declaration
Swift
public var note: String? -
The audios anchored to the gap.
Declaration
Swift
public var audios: [Audio] -
The videos anchored to the gap.
Declaration
Swift
public var videos: [Video] -
The clips anchored to the gap.
Declaration
Swift
public var clips: [Clip] -
The titles anchored to the gap.
Declaration
Swift
public var titles: [Title] -
The captions anchored to the gap.
Declaration
Swift
public var captions: [Caption] -
The multicam clips anchored to the gap.
Declaration
Swift
public var multicamClips: [MulticamClip] -
The reference clips anchored to the gap.
Declaration
Swift
public var referenceClips: [ReferenceClip] -
The sync clips anchored to the gap.
Declaration
Swift
public var syncClips: [SyncClip] -
The asset clips anchored to the gap.
Declaration
Swift
public var assetClips: [AssetClip] -
The auditions anchored to the gap.
Declaration
Swift
public var auditions: [Audition] -
The spines anchored to the gap.
Declaration
Swift
public var spines: [Spine] -
The markers attached to the gap.
Declaration
Swift
public var markers: [Marker] -
The chapter markers attached to the gap.
Declaration
Swift
public var chapterMarkers: [ChapterMarker] -
The ratings associated with the gap.
Declaration
Swift
public var ratings: [Rating] -
The keywords associated with the gap.
Declaration
Swift
public var keywords: [Keyword] -
The analysis markers attached to the gap.
Declaration
Swift
public var analysisMarkers: [AnalysisMarker] -
The metadata associated with the gap.
Declaration
Swift
public var metadata: [Metadatum]? { get set } -
The name of the gap.
Declaration
Swift
public var name: String? -
The offset of the gap.
Declaration
Swift
public var offset: CMTime? -
The start time of the gap.
Declaration
Swift
public var start: CMTime? -
The duration of the gap.
Declaration
Swift
public var duration: CMTime -
A Boolean value indicating whether the gap is enabled.
Declaration
Swift
public var isEnabled: Bool { get set } -
Initializes a new gap.
Declaration
Swift
public init(name: String? = nil, offset: CMTime = .zero, start: CMTime? = nil, duration: CMTime)Parameters
nameThe name of the gap.
offsetThe offset of the gap.
startThe start time of the gap.
durationThe duration of the gap.
Gap Structure Reference