Share via


AudioEffect.State Property

Definition

Gets the current state of the audio effect.

public:
 property AudioEffectState State { AudioEffectState get(); };
AudioEffectState State();
public AudioEffectState State { get; }
var audioEffectState = audioEffect.state;
Public ReadOnly Property State As AudioEffectState

Property Value

A value from the AudioEffectState enumeration indicating the current state of the audio effect.

Windows requirements

Device family
Windows 11 Insider Preview (introduced in 10.0.26100.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v19.0)

Applies to