共用方式為


AudioEffect.State 屬性

定義

取得音訊效果的目前狀態。

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

屬性值

列舉中的 AudioEffectState 值,指出音訊效果的目前狀態。

Windows 需求

裝置系列
Windows 11, version 24H2 (已於 10.0.26100.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v19.0 引進)

適用於