次の方法で共有


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 Insider Preview (10.0.26100.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v19.0 で導入)

適用対象