Package com.banuba.sdk.scene
Class SegmentationMask.CppProxy
java.lang.Object
com.banuba.sdk.scene.SegmentationMask.CppProxy
- All Implemented Interfaces:
SegmentationMask
- Enclosing interface:
- SegmentationMask
public static final class SegmentationMask.CppProxy extends java.lang.Object implements SegmentationMask
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.banuba.sdk.scene.SegmentationMask
SegmentationMask.CppProxy
-
Method Summary
Modifier and Type Method Description void
_djinni_private_destroy()
protected void
finalize()
SegmentationMaskType
getMaskType()
boolean
isActive()
void
setActive(boolean active)
void
setMaskType(SegmentationMaskType type)
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
-
setMaskType
- Specified by:
setMaskType
in interfaceSegmentationMask
-
getMaskType
- Specified by:
getMaskType
in interfaceSegmentationMask
-
setActive
public void setActive(boolean active)- Specified by:
setActive
in interfaceSegmentationMask
-
isActive
public boolean isActive()- Specified by:
isActive
in interfaceSegmentationMask
-