AudioBeamSubFrame.CopyFrameDataToBuffer Method

Copies the frame data into the array provided.

Syntax

public:
void CopyFrameDataToBuffer(
         IBuffer^ buffer
)
public void CopyFrameDataToBuffer (
         IBufferbuffer
)
audioBeamSubFrame.copyFrameDataToBuffer(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: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

AudioBeamSubFrame Class
WindowsPreview.Kinect Namespace