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... | |
#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.