Banuba SDK
Instance Methods | List of all members
BNBCameraTexture Class Reference

#import <BNBCameraTexture.h>

Inheritance diagram for BNBCameraTexture:

Instance Methods

(BNBCameraTextureFormat) - getFormat
 
(void) - setFormat:
 set camera texture format for current texture. More...
 
(nullable BNBImage *) - asImage
 

Detailed Description

Definition at line 20 of file BNBCameraTexture.h.

Method Documentation

◆ asImage

- (nullable BNBImage *) asImage
Returns
upcast to base type

◆ getFormat

- (BNBCameraTextureFormat) getFormat
Returns
camera texture format (camera_texture_format). Can be Y, UV, or RGBA.

◆ setFormat:

- (void) setFormat: (BNBCameraTextureFormat)  format

set camera texture format for current texture.

Parameters
format(camera_texture_format). Can be Y, UV, or RGBA.

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