PlanetKitMirroredType
@objc
@frozen
public enum PlanetKitMirroredType : Int
extension PlanetKitMirroredType: CustomStringConvertible
Types representing the mirrored state of the video. This controls the horizontal flip functionality of the video.
-
In iOS, the video is flipped horizontally if the video is from the local user’s front camera. In macOS, the video is flipped horizontally by default.
Declaration
Swift
case auto
-
The video is flipped horizontally.
Declaration
Swift
case mirrored
-
The video is displayed in its original state.
Declaration
Swift
case unmirrored
-
A string representation of the mirrored state
Declaration
Swift
public var description: String { get }