Banuba SDK
Instance Methods | Class Methods | Properties | List of all members
BNBFullImageFormat Class Reference

#import <BNBFullImageFormat.h>

Inheritance diagram for BNBFullImageFormat:

Instance Methods

(nonnull instancetype) - initWithWidth:height:orientation:
 

Class Methods

(nonnull instancetype) + fullImageFormatWithWidth:height:orientation:
 

Properties

int32_t width
 
int32_t height
 
BNBRotation orientation
 

Detailed Description

Definition at line 13 of file BNBFullImageFormat.h.

Method Documentation

◆ fullImageFormatWithWidth:height:orientation:

+ (nonnull instancetype) fullImageFormatWithWidth: (int32_t)  width
height: (int32_t)  height
orientation: (BNBRotation)  orientation 

◆ initWithWidth:height:orientation:

- (nonnull instancetype) initWithWidth: (int32_t)  width
height: (int32_t)  height
orientation: (BNBRotation)  orientation 

Property Documentation

◆ height

- (int32_t) height
readnonatomicassign

Definition at line 23 of file BNBFullImageFormat.h.

◆ orientation

- (BNBRotation) orientation
readnonatomicassign

Definition at line 25 of file BNBFullImageFormat.h.

◆ width

- (int32_t) width
readnonatomicassign

Definition at line 21 of file BNBFullImageFormat.h.


The documentation for this class was generated from the following file: