Banuba SDK
BNBFullImageFormat.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file was generated by Djinni from types.djinni
3 
4 #import "BNBRotation.h"
5 #import <Foundation/Foundation.h>
6 
7 
8 #ifndef DJINNI_EXPORT
9  #define DJINNI_EXPORT __attribute__((__visibility__("default")))
10 #endif
11 
13 @interface BNBFullImageFormat : NSObject
14 - (nonnull instancetype)initWithWidth:(int32_t)width
15  height:(int32_t)height
16  orientation:(BNBRotation)orientation;
17 + (nonnull instancetype)fullImageFormatWithWidth:(int32_t)width
18  height:(int32_t)height
19  orientation:(BNBRotation)orientation;
20 
21 @property (nonatomic, readonly) int32_t width;
22 
23 @property (nonatomic, readonly) int32_t height;
24 
25 @property (nonatomic, readonly) BNBRotation orientation;
26 
27 @end
BNBFullImageFormat::orientation
BNBRotation orientation
Definition: BNBFullImageFormat.h:25
BNBRotation.h
DJINNI_EXPORT
#define DJINNI_EXPORT
Definition: BNBFullImageFormat.h:9
BNBFullImageFormat::height
int32_t height
Definition: BNBFullImageFormat.h:23
BNBFullImageFormat
Definition: BNBFullImageFormat.h:13
BNBFullImageFormat::width
int32_t width
Definition: BNBFullImageFormat.h:21