Share via


AudioBeamFrameReader.IsPaused Property

Gets or sets a boolean that indicates if this reader is paused.

Syntax

public:
property bool IsPaused {
         bool get ();
         void set (bool value);
}
public bool IsPaused { get; set; }
var isPaused = audioBeamFrameReader.isPaused;
audioBeamFrameReader.isPaused = isPaused;

Property value

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

Type: bool
Type: bool
Type: Boolean

 

True if the reader is paused; false otherwise.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

AudioBeamFrameReader Class
WindowsPreview.Kinect Namespace