Position
@objc(SBCVideoDevicePosition)
public enum Position : Int, RawRepresentable
Constants indicating the physical position of an VideoDevice’s hardware.
Since
1.0.0-
The video device is on the front of the unit.
Since
1.0.0Declaration
Swift
case front
-
The video device is on the back of the unit.
Since
1.0.0Declaration
Swift
case back
-
The video device’s position relative to the system hardware is unspecified.
Since
1.0.0Declaration
Swift
case unspecified