MulticamClip
public struct MulticamClip : XMLRepresentable, Offsettable
Undocumented
-
A note about the multicam clip.
Declaration
Swift
public var note: String?
-
The conform rate of the multicam clip.
Declaration
Swift
public var conformRate: ConformRate?
-
The time map of the multicam clip.
Declaration
Swift
public var timeMap: TimeMap?
-
The volume adjustment applied to the multicam clip.
Declaration
Swift
public var volume: Volume?
-
The panner adjustment applied to the multicam clip.
Declaration
Swift
public var panner: Panner?
-
The multicam sources of the multicam clip.
Declaration
Swift
public var multicamSources: [MulticamSource]
-
The audios anchored to the multicam clip.
Declaration
Swift
public var audios: [Audio]
-
The videos anchored to the multicam clip.
Declaration
Swift
public var videos: [Video]
-
The clips anchored to the multicam clip.
Declaration
Swift
public var clips: [Clip]
-
The titles anchored to the multicam clip.
Declaration
Swift
public var titles: [Title]
-
The captions anchored to the multicam clip.
Declaration
Swift
public var captions: [Caption]
-
The multicam clips anchored to the multicam clip.
Declaration
Swift
public var multicamClips: [MulticamClip]
-
The reference clips anchored to the multicam clip.
Declaration
Swift
public var referenceClips: [ReferenceClip]
-
The sync clips anchored to the multicam clip.
Declaration
Swift
public var syncClips: [SyncClip]
-
The asset clips anchored to the multicam clip.
Declaration
Swift
public var assetClips: [AssetClip]
-
The auditions anchored to the multicam clip.
Declaration
Swift
public var auditions: [Audition]
-
The spines anchored to the multicam clip.
Declaration
Swift
public var spines: [Spine]
-
The markers attached to the multicam clip.
Declaration
Swift
public var markers: [Marker]
-
The chapter markers attached to the multicam clip.
Declaration
Swift
public var chapterMarkers: [ChapterMarker]
-
The ratings associated with the multicam clip.
Declaration
Swift
public var ratings: [Rating]
-
The keywords associated with the multicam clip.
Declaration
Swift
public var keywords: [Keyword]
-
The analysis markers attached to the multicam clip.
Declaration
Swift
public var analysisMarkers: [AnalysisMarker]
-
The audio filters applied to the multicam clip.
Declaration
Swift
public var audioFilters: [AudioFilter]
-
The metadata associated with the multicam clip.
Declaration
Swift
public var metadata: [Metadatum]? { get set }
-
The reference identifier of the multicam clip.
Declaration
Swift
public var referenceID: String
-
The lane of the multicam clip.
Declaration
Swift
public var lane: Int?
-
The offset of the multicam clip.
Declaration
Swift
public var offset: CMTime?
-
The name of the multicam clip.
Declaration
Swift
public var name: String?
-
The start time of the multicam clip.
Declaration
Swift
public var start: CMTime?
-
The duration of the multicam clip.
Declaration
Swift
public var duration: CMTime
-
A Boolean value indicating whether the multicam clip is enabled.
Declaration
Swift
public var isEnabled: Bool { get set }
-
Specifies which sources are enabled for the multicam clip.
Declaration
Swift
public var enabledSource: EnabledSource { get set }
-
The audio start time of the multicam clip.
Declaration
Swift
public var audioStart: CMTime?
-
The audio duration of the multicam clip.
Declaration
Swift
public var audioDuration: CMTime?
-
The date modified of the multicam clip.
Declaration
Swift
public var dateModified: Date?
-
Initializes a new multicam clip.
Declaration
Swift
public init(referenceID: String, offset: CMTime = .zero, name: String? = nil, start: CMTime? = nil, duration: CMTime)
Parameters
referenceID
The reference identifier of the multicam clip.
offset
The offset of the multicam clip.
name
The name of the multicam clip.
start
The start time of the multicam clip.
duration
The duration of the multicam clip.