Class HardwareInfo

java.lang.Object
com.amazonaws.ivs.player.HardwareInfo
All Implemented Interfaces:
Releasable

public class HardwareInfo extends Object implements Releasable
  • Method Details

    • getGPUVendor

      public String getGPUVendor()
    • getGlVersion

      public String getGlVersion()
    • getGPURenderer

      public String getGPURenderer()
    • getGPUExtensions

      public String[] getGPUExtensions()
    • getTotalMemory

      public long getTotalMemory()
    • getTotalCoreCount

      public long getTotalCoreCount()
    • create

      @Nullable public static HardwareInfo create(android.content.Context context)
    • release

      public void release()
      Specified by:
      release in interface Releasable