Share via


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
)
public uint GetMany (
         uint startIndex,
         out Array<AudioBeamFrame>[] items
)
var number = audioBeamFrameList.getMany(startIndex, );

Parameters

  • startIndex

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

    Type: uint32
    Type: uint
    Type: Number

     

    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

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

Type: uint32
Type: uint
Type: Number

 

The number of frames retrieved.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

AudioBeamFrameList Class
WindowsPreview.Kinect Namespace