VideoRotation
@objc
public enum VideoRotation : IntVideoRotation describes the rotation of the video frame buffer in degrees clockwise
from intended viewing horizon.
e.g. If you were recording camera capture upside down relative to
the orientation of the sensor, this value would be VideoRotation.rotation180.
- 
                  
                  Not rotated. DeclarationSwift case rotation0 = 0
- 
                  
                  Rotated 90 degrees clockwise. DeclarationSwift case rotation90 = 90
- 
                  
                  Rotated 180 degrees clockwise. DeclarationSwift case rotation180 = 180
- 
                  
                  Rotated 270 degrees clockwise. DeclarationSwift case rotation270 = 270
- 
                  
                  DeclarationSwift public var description: String { get }
