AudioBeamFrameList Class

Represents a list of audio beam frames.

Syntax

public ref class AudioBeamFrameList sealed : IVectorView<AudioBeamFrame>, IIterable<AudioBeamFrame>, IClosable
public sealed class AudioBeamFrameList : IReadOnlyList<AudioBeamFrame>, IEnumerable<AudioBeamFrame>, IDisposable
var audioBeamFrameList = WindowsPreview.Kinect.AudioBeamFrameList;

Members

AudioBeamFrameList has the following members.

Properties

Name Description
Size Gets the size of the audio beam list.

Methods

Name Description
Close Releases system resources associated with the audio beam frame list.
First Gets the head frame in the audio beam frame list.
GetAt Retrieves an audio beam frame at a specified index in the list.
GetMany Retrieves the audio beam frames that start at the specified index in the audio beam frame list.
IndexOf Retrieves the zero-based index of the first occurrence of the specified audio beam frame in the audio beam frame list.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace