AudioEffect.CanSetState Property

Definition

Gets a boolean value indicating whether the audio effect supports setting its internal state with a call to <Windows.Media.Effects.AudioEffect.SetState(Windows.Media.Effects.AudioEffectState)>.

public:
 property bool CanSetState { bool get(); };
bool CanSetState();
public bool CanSetState { get; }
var boolean = audioEffect.canSetState;
Public ReadOnly Property CanSetState As Boolean

Property Value

Boolean

bool

True if the effect supports setting state; otherwise, false.

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