Banuba SDK
Functions
BNBCameraOrientation.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Functions

typedef NS_ENUM (NSInteger, BNBCameraOrientation)
 

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSInteger  ,
BNBCameraOrientation   
)

Definition at line 6 of file BNBCameraOrientation.h.

7 {
8  BNBCameraOrientationDeg0,
9  BNBCameraOrientationDeg90,
10  BNBCameraOrientationDeg180,
11  BNBCameraOrientationDeg270,
12 };