MulticamAngle
public struct MulticamAngle : XMLRepresentable, ClipItemOrdering
Undocumented
-
The audios contained in the multicam angle.
Declaration
Swift
public var audios: [Audio]
-
The videos contained in the multicam angle.
Declaration
Swift
public var videos: [Video]
-
The clips contained in the multicam angle.
Declaration
Swift
public var clips: [Clip]
-
The titles contained in the multicam angle.
Declaration
Swift
public var titles: [Title]
-
The multicam clips contained in the multicam angle.
Declaration
Swift
public var multicamClips: [MulticamClip]
-
The reference clips contained in the multicam angle.
Declaration
Swift
public var referenceClips: [ReferenceClip]
-
The sync clips contained in the multicam angle.
Declaration
Swift
public var syncClips: [SyncClip]
-
The asset clips contained in the multicam angle.
Declaration
Swift
public var assetClips: [AssetClip]
-
The auditions contained in the multicam angle.
Declaration
Swift
public var auditions: [Audition]
-
The gaps contained in the multicam angle.
Declaration
Swift
public var gaps: [Gap]
-
The transitions contained in the multicam angle.
Declaration
Swift
public var transitions: [Transition]
-
The name of the multicam angle.
Declaration
Swift
public var name: String?
-
The identifier of the multicam angle.
Declaration
Swift
public var angleID: String
-
Initializes a new multicam angle.
Declaration
Swift
public init(name: String? = nil, angleID: String)
Parameters
name
The name of the multicam angle.
angleID
The identifier of the multicam angle.