Package com.amazonaws.ivs.player
Class HardwareInfo
java.lang.Object
com.amazonaws.ivs.player.HardwareInfo
- All Implemented Interfaces:
Releasable
-
Method Summary
Modifier and TypeMethodDescriptionstatic HardwareInfo
create
(android.content.Context context) String[]
long
long
void
release()
-
Method Details
-
getGPUVendor
-
getGlVersion
-
getGPURenderer
-
getGPUExtensions
-
getTotalMemory
public long getTotalMemory() -
getTotalCoreCount
public long getTotalCoreCount() -
create
-
release
public void release()- Specified by:
release
in interfaceReleasable
-