AudioEffect.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, version 24H2 (introduced in 10.0.26100.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v19.0)
|