AudioEffect.CanSetState 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 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, version 24H2 (introduced in 10.0.26100.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v19.0)
|