Package com.banuba.sdk.scene
Interface Image
- All Known Implementing Classes:
Image.CppProxy
public interface Image
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Image.CppProxy
-
Method Summary
Modifier and Type Method Description Attachment
asAttachment()
Cubemap
asCubemap()
SegmentationMask
asSegmentationMask()
Texture
asTexture()
Video
asVideo()
WeightedLut
asWeightedLut()
java.lang.String
getName()
ImageType
getType()
void
reload()
-
Method Details
-
getName
@NonNull java.lang.String getName() -
getType
-
asAttachment
-
asCubemap
-
asSegmentationMask
-
asTexture
-
asVideo
-
asWeightedLut
-
reload
void reload()
-