MultiCamCaptureSetting
public struct MultiCamCaptureSetting
The MultiCamCaptureSetting represents the pip capture settings for the video capture.
-
Undocumented
See moreDeclaration
Swift
public enum TransformDirection
-
Undocumented
See moreDeclaration
Swift
public enum Mode
-
Undocumented
Declaration
Swift
public static let `default`: MultiCamCaptureSetting
-
Undocumented
Declaration
Swift
public let mode: Mode
-
The cornerRadius of the picture in picture image.
Declaration
Swift
public let cornerRadius: CGFloat
-
The region of the picture in picture image.
Declaration
Swift
public let regionOfInterest: CGRect
-
Create a new MultiCamCaptureSetting.
Declaration
Swift
public init(mode: Mode, cornerRadius: CGFloat, regionOfInterest: CGRect)