AudioBeamFrameList.IndexOf Method

Retrieves the zero-based index of the first occurrence of the specified audio beam frame in the audio beam frame list.

Syntax

public:
bool IndexOf(
         AudioBeamFrame^ value,
         out uint32 index
)  

Parameters

value
Type: AudioBeamFrame 

The audio beam frame to find in the list.

index
Type: uint32 

  If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.

Return value

Type: bool 

 True if the item is found; otherwise, false.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

AudioBeamFrameList Class

AudioBeamFrameList Members

Windows.Kinect Namespace