AudioBeamFrameList.GetMany Method

Retrieves the audio beam frames that start at the specified index in the audio beam frame list.

Syntax

public:
uint32 GetMany(
         uint32 startIndex,
         out Array<AudioBeamFrame>^ items
)  

Parameters

startIndex
Type: uint32 

 The zero-based index of the start of the frames in the list.

items
Type: AudioBeamFrame 

The frames that start at startIndex in the list.

Return value

Type: uint32 

 The number of frames retrieved.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

AudioBeamFrameList Class

AudioBeamFrameList Members

Windows.Kinect Namespace