Share via


AudioBeam.AudioBeamMode Property

Gets or sets the audio beam mode, which determines the type of beam angle.

Syntax

public:
property AudioBeamMode AudioBeamMode {
         AudioBeamMode get ();
         void set (AudioBeamMode value);
}
public AudioBeamMode AudioBeamMode { get; set; }
var audioBeamMode = audioBeam.audioBeamMode;
audioBeam.audioBeamMode = audioBeamMode;

Property value

Type: AudioBeamMode
The audio beam mode.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

AudioBeam Class
WindowsPreview.Kinect Namespace