MulticamSource
public struct MulticamSource : XMLRepresentable
Undocumented
-
The audio role sources of the multicam source.
Declaration
Swift
public var audioRoleSources: [AudioRoleSource] -
The crop adjustment applied to the multicam source.
Declaration
Swift
public var crop: Crop? -
The corners adjustment applied to the multicam source.
Declaration
Swift
public var corners: Corners? -
The conform adjustment applied to the multicam source.
Declaration
Swift
public var conform: Conform? -
The transform adjustment applied to the multicam source.
Declaration
Swift
public var transform: Transform? -
The blend adjustment applied to the multicam source.
Declaration
Swift
public var blend: Blend? -
The stabilization adjustment applied to the multicam source.
Declaration
Swift
public var stabilization: Stabilization? -
The rolling shutter adjustment applied to the multicam source.
Declaration
Swift
public var rollingShutter: RollingShutter? -
The 360 transform adjustment applied to the multicam source.
Declaration
Swift
public var transform360: Transform360? -
The reorient adjustment applied to the multicam source.
Declaration
Swift
public var reorient: Reorient? -
The orientation adjustment applied to the multicam source.
Declaration
Swift
public var orientation: Orientation? -
The video filters applied to the multicam source.
Declaration
Swift
public var videoFilters: [VideoFilter] -
The video filter masks applied to the multicam source.
Declaration
Swift
public var videoFilterMasks: [VideoFilterMask] -
The angle identifier of the multicam source.
Declaration
Swift
public var angleID: String -
Specifies which sources are enabled for the multicam source.
Declaration
Swift
public var enabledSource: EnabledSource { get set } -
Initializes a new multicam source.
Declaration
Swift
public init(angleID: String)Parameters
angleIDThe angle identifier of the multicam source.
MulticamSource Structure Reference