Packagecom.as3nui.nativeExtensions.air.kinect.data
Classpublic class DeviceCapabilities
InheritanceDeviceCapabilities Inheritance Object



Public Properties
 PropertyDefined By
  framework : String
[read-only]
DeviceCapabilities
  hasCameraElevationSupport : Boolean
[read-only]
DeviceCapabilities
  hasChooseSkeletonsSupport : Boolean
[read-only]
DeviceCapabilities
  hasDepthCameraSupport : Boolean
[read-only]
DeviceCapabilities
  hasDepthUserSupport : Boolean
[read-only]
DeviceCapabilities
  hasInfraredSupport : Boolean
[read-only]
DeviceCapabilities
  hasJointOrientationConfidenceSupport : Boolean
[read-only]
DeviceCapabilities
  hasJointOrientationSupport : Boolean
[read-only]
DeviceCapabilities
  hasMultipleSensorSupport : Boolean
[read-only]
DeviceCapabilities
  hasNearModeSupport : Boolean
[read-only]
DeviceCapabilities
  hasPointCloudRegionSupport : Boolean
[read-only]
DeviceCapabilities
  hasPointCloudSupport : Boolean
[read-only]
DeviceCapabilities
  hasPositionConfidenceSupport : Boolean
[read-only]
DeviceCapabilities
  hasRGBCameraSupport : Boolean
[read-only]
DeviceCapabilities
  hasSeatedSkeletonSupport : Boolean
[read-only]
DeviceCapabilities
  hasSkeletonSupport : Boolean
[read-only]
DeviceCapabilities
  hasUserMaskSupport : Boolean
[read-only]
DeviceCapabilities
  maxSensors : uint
[read-only]
DeviceCapabilities
Public Methods
 MethodDefined By
  
DeviceCapabilities(capabilities:Object)
DeviceCapabilities
Property Detail
frameworkproperty
framework:String  [read-only]


Implementation
    public function get framework():String
hasCameraElevationSupportproperty 
hasCameraElevationSupport:Boolean  [read-only]


Implementation
    public function get hasCameraElevationSupport():Boolean
hasChooseSkeletonsSupportproperty 
hasChooseSkeletonsSupport:Boolean  [read-only]


Implementation
    public function get hasChooseSkeletonsSupport():Boolean
hasDepthCameraSupportproperty 
hasDepthCameraSupport:Boolean  [read-only]


Implementation
    public function get hasDepthCameraSupport():Boolean
hasDepthUserSupportproperty 
hasDepthUserSupport:Boolean  [read-only]


Implementation
    public function get hasDepthUserSupport():Boolean
hasInfraredSupportproperty 
hasInfraredSupport:Boolean  [read-only]


Implementation
    public function get hasInfraredSupport():Boolean
hasJointOrientationConfidenceSupportproperty 
hasJointOrientationConfidenceSupport:Boolean  [read-only]


Implementation
    public function get hasJointOrientationConfidenceSupport():Boolean
hasJointOrientationSupportproperty 
hasJointOrientationSupport:Boolean  [read-only]


Implementation
    public function get hasJointOrientationSupport():Boolean
hasMultipleSensorSupportproperty 
hasMultipleSensorSupport:Boolean  [read-only]


Implementation
    public function get hasMultipleSensorSupport():Boolean
hasNearModeSupportproperty 
hasNearModeSupport:Boolean  [read-only]


Implementation
    public function get hasNearModeSupport():Boolean
hasPointCloudRegionSupportproperty 
hasPointCloudRegionSupport:Boolean  [read-only]


Implementation
    public function get hasPointCloudRegionSupport():Boolean
hasPointCloudSupportproperty 
hasPointCloudSupport:Boolean  [read-only]


Implementation
    public function get hasPointCloudSupport():Boolean
hasPositionConfidenceSupportproperty 
hasPositionConfidenceSupport:Boolean  [read-only]


Implementation
    public function get hasPositionConfidenceSupport():Boolean
hasRGBCameraSupportproperty 
hasRGBCameraSupport:Boolean  [read-only]


Implementation
    public function get hasRGBCameraSupport():Boolean
hasSeatedSkeletonSupportproperty 
hasSeatedSkeletonSupport:Boolean  [read-only]


Implementation
    public function get hasSeatedSkeletonSupport():Boolean
hasSkeletonSupportproperty 
hasSkeletonSupport:Boolean  [read-only]


Implementation
    public function get hasSkeletonSupport():Boolean
hasUserMaskSupportproperty 
hasUserMaskSupport:Boolean  [read-only]


Implementation
    public function get hasUserMaskSupport():Boolean
maxSensorsproperty 
maxSensors:uint  [read-only]


Implementation
    public function get maxSensors():uint
Constructor Detail
DeviceCapabilities()Constructor
public function DeviceCapabilities(capabilities:Object)



Parameters
capabilities:Object