Banuba SDK
Classes | Macros
BNBImageReleaser.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

class  BNBImageReleaser
 

Macros

#define DJINNI_EXPORT   __attribute__((__visibility__("default")))
 Only android interface. More...
 

Macro Definition Documentation

◆ DJINNI_EXPORT

#define DJINNI_EXPORT   __attribute__((__visibility__("default")))

Only android interface.

The interface required for the correct closing of java image, after pointers of the image planes have been freed on the cpp side.

Definition at line 14 of file BNBImageReleaser.h.