Share via


KinectAudioSource.SoundSourceAngleChanged Event

Kinect for Windows 1.5, 1.6, 1.7, 1.8

This event fires when the SoundSourceAngle property changes.

Syntax

public event EventHandler<SoundSourceAngleChangedEventArgs> SoundSourceAngleChanged
'Declaration
Public Event SoundSourceAngleChanged As EventHandler(Of SoundSourceAngleChangedEventArgs)

Remarks

Use SoundSourceAngleChangedEventArgs to get information about the KinectAudioSource whose sound source angle changed.

Requirements

Namespace: Microsoft.Kinect

Assembly: Microsoft.Kinect (in microsoft.kinect.dll)

See Also

Reference

KinectAudioSource Class
KinectAudioSource Members
Microsoft.Kinect Namespace