Share via


AudioBeamSubFrame.BeamAngle Property

Gets the angle (in radians) of the audio beam, which is the direction that the sensor is actively listening.

Syntax

public:
property float32 BeamAngle {
         float32 get ();
}
public float BeamAngle { get; }
var beamAngle = audioBeamSubFrame.beamAngle;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: float32
Type: float
Type: Number

 

The beam angle.

Remarks

This is a value in radians between -0.872665 to +0.872665 (-50 and +50 in degrees) in .087 (5 degree) increments.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

AudioBeamSubFrame Class
WindowsPreview.Kinect Namespace