Banuba SDK
All Classes Files Functions Properties Macros
Classes | Macros
BNBCameraTexture.h File Reference
#import "BNBCameraTextureFormat.h"
#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

class  BNBCameraTexture
 

Macros

#define DJINNI_EXPORT   __attribute__((__visibility__("default")))
 Special class, which represent web or phone camera image textures. More...
 

Macro Definition Documentation

◆ DJINNI_EXPORT

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

Special class, which represent web or phone camera image textures.

Because of different platfroms can provide YUV, or RGBA camera texture representations camera texture can be represented in Y, UV, RGBA formats, depends on platfrom. Subclass of image

Definition at line 16 of file BNBCameraTexture.h.