AudioBeamSubFrame.CopyFrameDataToBuffer Method

Copies the frame data into the array provided.

Syntax

public:
void CopyFrameDataToBuffer(
         IBuffer^ buffer
)  

Parameters

buffer
Type: IBuffer 

The array to fill.

Remarks

The frame data is a mono 32-bit IEEE floating point PCM stream sampled at 16 kHz. Typical PCM values will be between -1 and +1.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

AudioBeamSubFrame Class

AudioBeamSubFrame Members

Windows.Kinect Namespace