IVSDevicePosition
Objective-C
enum IVSDevicePosition : NSInteger {}Swift
enum IVSDevicePosition : Int, @unchecked SendableThe position of the input device relative to the host device.
- 
                  
                  The device’s position is unknown. DeclarationObjective-C IVSDevicePositionUnknownSwift case unknown = 0
- 
                  
                  The input device is located on the front of the host device. DeclarationObjective-C IVSDevicePositionFrontSwift case front = 1
- 
                  
                  The input device is located on the back of the host device. DeclarationObjective-C IVSDevicePositionBackSwift case back = 2
- 
                  
                  The input device is connected to the host device via USB. DeclarationObjective-C IVSDevicePositionUSBSwift case USB = 3
- 
                  
                  The input device is connected to the host device via bluetooth. DeclarationObjective-C IVSDevicePositionBluetoothSwift case bluetooth = 4
- 
                  
                  The input device is connected via an auxiliary cable. DeclarationObjective-C IVSDevicePositionAUXSwift case AUX = 5
 IVSDevicePosition Enumeration Reference
        IVSDevicePosition Enumeration Reference