Packagecom.adobe.mediacore.qos
Classpublic class DeviceInformation
InheritanceDeviceInformation Inheritance Object



Public Properties
 PropertyDefined By
  densityDPI : Number
[read-only]
DeviceInformation
  heightPixels : Number
[read-only]
DeviceInformation
  os : String
[read-only]
DeviceInformation
  runtimeType : String
[read-only]
DeviceInformation
  runtimeVersion : String
[read-only]
DeviceInformation
  widthPixels : Number
[read-only]
DeviceInformation
Public Methods
 MethodDefined By
  
DeviceInformation
Property Detail
densityDPIproperty
densityDPI:Number  [read-only]


Implementation
    public function get densityDPI():Number
heightPixelsproperty 
heightPixels:Number  [read-only]


Implementation
    public function get heightPixels():Number
osproperty 
os:String  [read-only]


Implementation
    public function get os():String
runtimeTypeproperty 
runtimeType:String  [read-only]


Implementation
    public function get runtimeType():String
runtimeVersionproperty 
runtimeVersion:String  [read-only]


Implementation
    public function get runtimeVersion():String
widthPixelsproperty 
widthPixels:Number  [read-only]


Implementation
    public function get widthPixels():Number
Constructor Detail
DeviceInformation()Constructor
public function DeviceInformation()