Share via


AudioSource.IsActive Property

Gets the current activity status of this source.

Syntax

public:
property bool IsActive {
         bool get ();
}
public bool IsActive { get; }
var isActive = audioSource.isActive;

Property value

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

Type: bool
Type: bool
Type: Boolean

 

Returns true if the source is active; false otherwise.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

AudioSource Class
WindowsPreview.Kinect Namespace