Android OpenTV Player SDK  5.29.0.1685538953
 All Classes Namespaces Functions Variables Pages
Device Class Reference

Detailed Description

The Device class contains all device information.

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

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...
 

Constructor & Destructor Documentation

Device ( Context  context)

Default constructor for device.

Parameters
contextContext to use to obtain the device information.

Member Function Documentation

DeviceCPU getCPU ( )

Returns specific CPU information.

Returns
the DeviceCPU information object
DeviceGPU getGPU ( )

Returns specific GPU information.

Returns
the DeviceGPU information object
DeviceHardware getHardware ( )

Returns specific Hardware information relating to the device manufacturer.

Returns
the DeviceHardware information object
DeviceOS getOS ( )

Returns specific OS information.

Returns
the DeviceOS information object
DeviceScreen getScreen ( )

Returns specific Screen information relating to the device manufacturer.

Returns
the DeviceScreen information object