Package com.banuba.sdk.scene
Class CameraTexture.CppProxy
- java.lang.Object
-
- com.banuba.sdk.scene.CameraTexture.CppProxy
-
- All Implemented Interfaces:
CameraTexture
- Enclosing interface:
- CameraTexture
public static final class CameraTexture.CppProxy extends java.lang.Object implements CameraTexture
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.banuba.sdk.scene.CameraTexture
CameraTexture.CppProxy
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_djinni_private_destroy()
Image
asImage()
protected void
finalize()
CameraTextureFormat
getFormat()
void
setFormat(CameraTextureFormat format)
set camera texture format for current texture.
-
-
-
Method Detail
-
_djinni_private_destroy
public void _djinni_private_destroy()
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
getFormat
public CameraTextureFormat getFormat()
- Specified by:
getFormat
in interfaceCameraTexture
- Returns:
- camera texture format (camera_texture_format). Can be Y, UV, or RGBA.
-
setFormat
public void setFormat(CameraTextureFormat format)
Description copied from interface:CameraTexture
set camera texture format for current texture.- Specified by:
setFormat
in interfaceCameraTexture
- Parameters:
format
- (camera_texture_format). Can be Y, UV, or RGBA.
-
asImage
public Image asImage()
- Specified by:
asImage
in interfaceCameraTexture
- Returns:
- upcast to base type
-
-