Package com.banuba.sdk.scene
Interface RenderInfo
-
- All Known Implementing Classes:
RenderInfo.CppProxy
public interface RenderInfo
Information getters
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RenderInfo.CppProxy
-
Method Summary
Static Methods Modifier and Type Method Description static java.lang.String
getEngineVersion()
Render engine versio.static int
getFrxVersion()
Recognition engine versionstatic java.lang.String
getPlatform()
Platfrom name: ios, android
-
-
-
Method Detail
-
getFrxVersion
static int getFrxVersion()
Recognition engine version
-
getPlatform
@NonNull static java.lang.String getPlatform()
Platfrom name: ios, android
-
getEngineVersion
@NonNull static java.lang.String getEngineVersion()
Render engine versio. Currently the same as SDK version. E.g.: `1.2.1-g8970518da`
-
-