Audition
public struct Audition : XMLRepresentable, Offsettable
A container of alternative elements, exactly one of which is currently active.
-
The audios of the audition.
Declaration
Swift
public var audios: [Audio]
-
The videos of the audition.
Declaration
Swift
public var videos: [Video]
-
The titles of the audition.
Declaration
Swift
public var titles: [Title]
-
The reference clips of the audition.
Declaration
Swift
public var referenceClips: [ReferenceClip]
-
The asset clips of the audition.
Declaration
Swift
public var assetClips: [AssetClip]
-
The clips of the audition.
Declaration
Swift
public var clips: [Clip]
-
The sync clips of the audition.
Declaration
Swift
public var syncClips: [SyncClip]
-
The lane of the audition.
Declaration
Swift
public var lane: Int?
-
The offset of the audition.
Declaration
Swift
public var offset: CMTime?
-
The date modified of the audition.
Declaration
Swift
public var dateModified: Date?
-
Initializes a new audition.
Declaration
Swift
public init(offset: CMTime = .zero)
Parameters
offset
The offset of the audition.