AudioBeamSubFrame.BeamAngle Property

Gets or sets the beam angle, in radians, which is the direction that the sensor is actively listening.

Syntax

public:
property float32 BeamAngle {
         float32 get ();
}  

Property value

Type: float32 

 The beam angle, in radians. The valid value range is between -0.872665 to +0.872665 (-50 to +50 in degrees) in .087 (5 degree) increments.

Remarks

When setting the beam angle, the value must be in the range of -0.872665 to +0.872665, inclusive. This is a value in radians that translates to between -50 and +50 in degrees. Additionally, in order to set the beam angle, you first must set the beam mode to AudioBeamMode_Manual.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

AudioBeamSubFrame Class

AudioBeamSubFrame Members

Windows.Kinect Namespace