Title
public struct Title : XMLRepresentable, Offsettable
Undocumented
-
The parameters associated with the title.
Declaration
Swift
public var parameters: [Parameter]
-
The texts of the title.
Declaration
Swift
public var texts: [Text]
-
The text style definitions of the title.
Declaration
Swift
public var textStyleDefinitions: [TextStyleDefinition]
-
A note about the title.
Declaration
Swift
public var note: String?
-
The crop adjustment applied to the title.
Declaration
Swift
public var crop: Crop?
-
The corners adjustment applied to the title.
Declaration
Swift
public var corners: Corners?
-
The conform adjustment applied to the title.
Declaration
Swift
public var conform: Conform?
-
The transform adjustment applied to the title.
Declaration
Swift
public var transform: Transform?
-
The blend adjustment applied to the title.
Declaration
Swift
public var blend: Blend?
-
The stabilization adjustment applied to the title.
Declaration
Swift
public var stabilization: Stabilization?
-
The rolling shutter adjustment applied to the title.
Declaration
Swift
public var rollingShutter: RollingShutter?
-
The 360 transform adjustment applied to the title.
Declaration
Swift
public var transform360: Transform360?
-
The reorient adjustment applied to the title.
Declaration
Swift
public var reorient: Reorient?
-
The orientation adjustment applied to the title.
Declaration
Swift
public var orientation: Orientation?
-
The audios anchored to the title.
Declaration
Swift
public var audios: [Audio]
-
The videos anchored to the title.
Declaration
Swift
public var videos: [Video]
-
The clips anchored to the title.
Declaration
Swift
public var clips: [Clip]
-
The titles anchored to the title.
Declaration
Swift
public var titles: [Title]
-
The captions anchored to the title.
Declaration
Swift
public var captions: [Caption]
-
The multicam clips anchored to the title.
Declaration
Swift
public var multicamClips: [MulticamClip]
-
The reference clips anchored to the title.
Declaration
Swift
public var referenceClips: [ReferenceClip]
-
The sync clips anchored to the title.
Declaration
Swift
public var syncClips: [SyncClip]
-
The asset clips anchored to the title.
Declaration
Swift
public var assetClips: [AssetClip]
-
The auditions anchored to the title.
Declaration
Swift
public var auditions: [Audition]
-
The spines anchored to the title.
Declaration
Swift
public var spines: [Spine]
-
The markers attached to the title.
Declaration
Swift
public var markers: [Marker]
-
The chapter markers attached to the title.
Declaration
Swift
public var chapterMarkers: [ChapterMarker]
-
The ratings associated with the title.
Declaration
Swift
public var ratings: [Rating]
-
The keywords associated with the title.
Declaration
Swift
public var keywords: [Keyword]
-
The analysis markers attached to the title.
Declaration
Swift
public var analysisMarkers: [AnalysisMarker]
-
The video filters applied to the title.
Declaration
Swift
public var videoFilters: [VideoFilter]
-
The video filter masks applied to the title.
Declaration
Swift
public var videoFilterMasks: [VideoFilterMask]
-
The metadata associated with the title.
Declaration
Swift
public var metadata: [Metadatum]? { get set }
-
The reference identifier of the title.
Declaration
Swift
public var referenceID: String
-
The lane of the title.
Declaration
Swift
public var lane: Int?
-
The offset of the title.
Declaration
Swift
public var offset: CMTime?
-
The name of the title.
Declaration
Swift
public var name: String?
-
The start time of the title.
Declaration
Swift
public var start: CMTime?
-
The duration of the title.
Declaration
Swift
public var duration: CMTime
-
A Boolean value indicating whether the title is enabled.
Declaration
Swift
public var isEnabled: Bool { get set }
-
The role of the title.
Declaration
Swift
public var role: String?
-
Initializes a new title.
Declaration
Swift
public init(referenceID: String, offset: CMTime = .zero, name: String? = nil, start: CMTime? = nil, duration: CMTime)
Parameters
referenceID
The reference identifier of the title.
offset
The offset of the title.
name
The name of the title.
start
The start time of the title.
duration
The duration of the title.