Share via


AudioBeam.OpenInputStream Method

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

Syntax

public:
IInputStream^ OpenInputStream()
public IInputStreamOpenInputStream ()
var iInputStream = audioBeam.openInputStream();

Return value

Type: IInputStream
The input stream.

Remarks

The input stream 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

AudioBeam Class
WindowsPreview.Kinect Namespace