Package com.banuba.sdk.scene
Class Image.CppProxy
java.lang.Object
com.banuba.sdk.scene.Image.CppProxy
- All Implemented Interfaces:
Image
- Enclosing interface:
- Image
public static final class Image.CppProxy extends java.lang.Object implements Image
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.banuba.sdk.scene.Image
Image.CppProxy
-
Method Summary
Modifier and Type Method Description void
_djinni_private_destroy()
Attachment
asAttachment()
Cubemap
asCubemap()
SegmentationMask
asSegmentationMask()
Texture
asTexture()
Video
asVideo()
WeightedLut
asWeightedLut()
protected void
finalize()
java.lang.String
getName()
ImageType
getType()
void
reload()
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
_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
-
getName
public java.lang.String getName() -
getType
-
asAttachment
- Specified by:
asAttachment
in interfaceImage
-
asCubemap
-
asSegmentationMask
- Specified by:
asSegmentationMask
in interfaceImage
-
asTexture
-
asVideo
-
asWeightedLut
- Specified by:
asWeightedLut
in interfaceImage
-
reload
public void reload()
-