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

Tuple with makeup_transfer output. More...

#import <BNBMakeupTransferOutput.h>

Inheritance diagram for BNBMakeupTransferOutput:

Instance Methods

(nonnull instancetype) - initWithWidth:height:channels:image:
 

Class Methods

(nonnull instancetype) + makeupTransferOutputWithWidth:height:channels:image:
 

Properties

int32_t width
 
int32_t height
 
int32_t channels
 
NSData * image
 

Detailed Description

Tuple with makeup_transfer output.

Definition at line 7 of file BNBMakeupTransferOutput.h.

Method Documentation

◆ initWithWidth:height:channels:image:

- (nonnull instancetype) initWithWidth: (int32_t)  width
height: (int32_t)  height
channels: (int32_t)  channels
image: (nonnull NSData *)  image 

◆ makeupTransferOutputWithWidth:height:channels:image:

+ (nonnull instancetype) makeupTransferOutputWithWidth: (int32_t)  width
height: (int32_t)  height
channels: (int32_t)  channels
image: (nonnull NSData *)  image 

Property Documentation

◆ channels

- (int32_t) channels
readnonatomicassign

Definition at line 21 of file BNBMakeupTransferOutput.h.

◆ height

- (int32_t) height
readnonatomicassign

Definition at line 19 of file BNBMakeupTransferOutput.h.

◆ image

- (NSData*) image
readnonatomicassign

Definition at line 23 of file BNBMakeupTransferOutput.h.

◆ width

- (int32_t) width
readnonatomicassign

Definition at line 17 of file BNBMakeupTransferOutput.h.


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