Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CGPUInfoAndroid Class Reference

#include <GPUInfoAndroid.h>

Inheritance diagram for CGPUInfoAndroid:
CGPUInfoPosix CGPUInfo

Public Member Functions

 CGPUInfoAndroid ()=default
 
 ~CGPUInfoAndroid ()=default
 
- Public Member Functions inherited from CGPUInfo
 CGPUInfo ()=default
 
virtual ~CGPUInfo ()=default
 
bool GetTemperature (CTemperature &temperature) const
 Get the temperature of the GPU.
 

Additional Inherited Members

- Static Public Member Functions inherited from CGPUInfo
static std::unique_ptr< CGPUInfoGetGPUInfo ()
 Getter from the specific platform GPUInfo.
 
- Protected Member Functions inherited from CGPUInfoPosix
 CGPUInfoPosix ()=default
 
virtual ~CGPUInfoPosix ()=default
 
virtual bool SupportsCustomTemperatureCommand () const override
 Checks if the specific platform implementation supports obtaining the GPU temperature via the execution of a custom command line command.
 
virtual bool GetGPUTemperatureFromCommand (CTemperature &temperature, const std::string &cmd) const override
 Get the GPU temperature from a user provided command (advanced settings)
 

Constructor & Destructor Documentation

◆ CGPUInfoAndroid()

CGPUInfoAndroid::CGPUInfoAndroid ( )
default

◆ ~CGPUInfoAndroid()

CGPUInfoAndroid::~CGPUInfoAndroid ( )
default

The documentation for this class was generated from the following files: