Banuba SDK
BNBPixelFormat.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from types.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 typedef NS_ENUM(NSInteger, BNBPixelFormat)
7 {
8  BNBPixelFormatRgb,
9  BNBPixelFormatRgba,
10  BNBPixelFormatBgr,
11  BNBPixelFormatBgra,
12  BNBPixelFormatArgb,
13 };
NS_ENUM
typedef NS_ENUM(NSInteger, BNBPixelFormat)
Definition: BNBPixelFormat.h:6