Package com.banuba.sdk.scene
Class Image.CppProxy
java.lang.Object
com.banuba.sdk.scene.Image.CppProxy
- All Implemented Interfaces:
Image
- Enclosing interface:
- Image
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.banuba.sdk.scene.Image
Image.CppProxy
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cast to attachment subclass.cast to camera_texture subclass.cast to cubemap subclass.cast to segmentation_mask subclass.cast to text_texture subclass.cast to texture subclass.asVideo()
cast to video subclass.cast to weighted_lut subclass.protected void
finalize()
getName()
getType()
-
Method Details
-
_djinni_private_destroy
public void _djinni_private_destroy() -
finalize
-
getName
-
getType
-
asAttachment
Description copied from interface:Image
cast to attachment subclass. May throw.- Specified by:
asAttachment
in interfaceImage
-
asCubemap
Description copied from interface:Image
cast to cubemap subclass. May throw. -
asSegmentationMask
Description copied from interface:Image
cast to segmentation_mask subclass. May throw.- Specified by:
asSegmentationMask
in interfaceImage
-
asTexture
Description copied from interface:Image
cast to texture subclass. May throw. -
asCameraTexture
Description copied from interface:Image
cast to camera_texture subclass. May throw.- Specified by:
asCameraTexture
in interfaceImage
-
asVideo
Description copied from interface:Image
cast to video subclass. May throw. -
asWeightedLut
Description copied from interface:Image
cast to weighted_lut subclass. May throw.- Specified by:
asWeightedLut
in interfaceImage
-
asTextTexture
Description copied from interface:Image
cast to text_texture subclass. May throw.- Specified by:
asTextTexture
in interfaceImage
-
asProceduralTexture
- Specified by:
asProceduralTexture
in interfaceImage
-