Android OpenTV Player SDK  4.23.3.1610362082
Device Class Reference

Public Member Functions

 Device (Context context)
 Default constructor for device. More...
 
DeviceOS getOS ()
 Returns specific OS information. More...
 
DeviceCPU getCPU ()
 Returns specific CPU information. More...
 
DeviceGPU getGPU ()
 Returns specific GPU information. More...
 
DeviceHardware getHardware ()
 Returns specific Hardware information relating to the device manufacturer. More...
 
DeviceScreen getScreen ()
 Returns specific Screen information relating to the device manufacturer. More...
 

Detailed Description

The Device class contains all device information.

It is split into 5 smaller classes with more specific information:

Constructor & Destructor Documentation

◆ Device()

Device ( Context  context)

Default constructor for device.

Parameters
contextContext to use to obtain the device information.

Member Function Documentation

◆ getCPU()

DeviceCPU getCPU ( )

Returns specific CPU information.

Returns
the DeviceCPU information object

◆ getGPU()

DeviceGPU getGPU ( )

Returns specific GPU information.

Returns
the DeviceGPU information object

◆ getHardware()

DeviceHardware getHardware ( )

Returns specific Hardware information relating to the device manufacturer.

Returns
the DeviceHardware information object

◆ getOS()

DeviceOS getOS ( )

Returns specific OS information.

Returns
the DeviceOS information object

◆ getScreen()

DeviceScreen getScreen ( )

Returns specific Screen information relating to the device manufacturer.

Returns
the DeviceScreen information object