Share via


KinectAudioSource.ManualBeamAngle Property

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Gets or sets the beam angle (in degrees) manually by the user, which is the direction the sensor is set for listening.

Syntax

public double ManualBeamAngle { get; set; }
'Declaration
Public Property ManualBeamAngle As Double 

Property Value

Type: Double
The angle.

Remarks

This property is used only when BeamAngleMode is set to BeamAngleMode.Manual. By default, the beam angle is 0.

Valid beam angles are: {-50, -40, -30, -20, -10, 0, +10, +20, +30, +40, +50}. If you attempt to use any other value, it will be rounded to the nearest valid angle.

Requirements

Namespace: Microsoft.Kinect

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

See Also

Reference

KinectAudioSource Class
KinectAudioSource Members
Microsoft.Kinect Namespace