AudioEffect.AcousticEchoCancellationConfiguration プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーディオ効果に AcousticEchoCancellationConfiguration 関連付けられている を取得します。
public:
property AcousticEchoCancellationConfiguration ^ AcousticEchoCancellationConfiguration { AcousticEchoCancellationConfiguration ^ get(); };
AcousticEchoCancellationConfiguration AcousticEchoCancellationConfiguration();
public AcousticEchoCancellationConfiguration AcousticEchoCancellationConfiguration { get; }
var acousticEchoCancellationConfiguration = audioEffect.acousticEchoCancellationConfiguration;
Public ReadOnly Property AcousticEchoCancellationConfiguration As AcousticEchoCancellationConfiguration
プロパティ値
オーディオ効果に関連付けられている AcousticEchoCancellationConfiguration 。 オーディオ効果で Acoustic Echo Cancellation (AEC) がサポートされていない場合、返される値は null になります。
Windows の要件
デバイス ファミリ |
Windows 11, version 24H2 (10.0.26100.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v19.0 で導入)
|