Share via


AudioSource.AudioCalibrationState Property

Gets a value that indicates whether or not the Kinect Sensor is properly calibrated to listen for audio. This API is not implemented in the Kinect for Windows v2 SDK and will always return Calibrated. It is included to support cross-compilation with the Xbox SDK.

Syntax

public:
property KinectAudioCalibrationState AudioCalibrationState {
         KinectAudioCalibrationState get ();
}
public KinectAudioCalibrationState AudioCalibrationState { get; }
var audioCalibrationState = audioSource.audioCalibrationState;

Property value

Type: KinectAudioCalibrationState
A value that indicates whether or not the Kinect Sensor is properly calibrated to listen for audio.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

AudioSource Class
WindowsPreview.Kinect Namespace