KinectAudioCalibrationState Enumeration

Values that tell whether the Kinect Sensor is properly calibrated to listen for audio.

Syntax

public enum class KinectAudioCalibrationState  

Members

Member Value Description
Unknown Either the KinectSensor::Open method was never called, or an error occurred while getting the calibration state.
CalibrationRequired The user either never finished calibrating the Kinect sensor or changed output sound settings after the most recent calibration.
Calibrated The user has successfully calibrated audio for the Kinect sensor and that calibration is still valid.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

Windows.Kinect Namespace