AudioBeamSubFrame.AudioBodyCorrelations Property

Acquires the list of the AudioBodyCorrelation objects available in this subframe.

Syntax

public:
property IVectorView<AudioBodyCorrelation>^ AudioBodyCorrelations {
         IVectorView<AudioBodyCorrelation>^ get ();
}
public IReadOnlyList<AudioBodyCorrelation>AudioBodyCorrelations { get; }
var audioBodyCorrelations = audioBeamSubFrame.audioBodyCorrelations;

Property value

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

Type: IVectorView<AudioBodyCorrelation>
Type: IReadOnlyList<AudioBodyCorrelation>
Type: IVectorView<AudioBodyCorrelation>

 

A collection of audio body correlations.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

AudioBeamSubFrame Class
WindowsPreview.Kinect Namespace