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

Go to the source code of this file.

Functions

typedef NS_ENUM (NSInteger, BNBCameraTextureFormat)
 

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSInteger  ,
BNBCameraTextureFormat   
)

Definition at line 6 of file BNBCameraTextureFormat.h.

7 {
8  BNBCameraTextureFormatY,
9  BNBCameraTextureFormatU,
10  BNBCameraTextureFormatV,
11  BNBCameraTextureFormatUv,
12  BNBCameraTextureFormatRgba,
13 };