Package com.banuba.sdk.scene
Class WeightedLut.CppProxy
java.lang.Object
com.banuba.sdk.scene.WeightedLut.CppProxy
- All Implemented Interfaces:
WeightedLut
- Enclosing interface:
- WeightedLut
public static final class WeightedLut.CppProxy extends java.lang.Object implements WeightedLut
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.banuba.sdk.scene.WeightedLut
WeightedLut.CppProxy
-
Method Summary
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
-
setWeight
public void setWeight(float value)- Specified by:
setWeight
in interfaceWeightedLut
-
getWeight
public float getWeight()- Specified by:
getWeight
in interfaceWeightedLut
-
setFile
public void setFile(java.lang.String fileName)- Specified by:
setFile
in interfaceWeightedLut
-
getFile
public java.lang.String getFile()- Specified by:
getFile
in interfaceWeightedLut
-
reload
public void reload()- Specified by:
reload
in interfaceWeightedLut
-