AudioBeam.BeamAngle Property

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

Syntax

public:
property float32 BeamAngle {
         float32 get ();
         void set (float32 value);
}  

Property value

Type: float32 

  The beam angle. This is a value in radians between -Pi/2 and Pi/2 (-1.57 and 1.57). The system rounds the value to the nearest 5 degree (.087 radians) increment.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

AudioBeam Class

AudioBeam Members

Windows.Kinect Namespace