Compartir a través de


AlwaysOnHotwordDetector.AudioCapabilityEchoCancellation Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Service.Voice.AlwaysOnHotwordDetectorAudioCapability enum directly instead of this field.

Si establece el módulo subyacente admite AEC.

[Android.Runtime.Register("AUDIO_CAPABILITY_ECHO_CANCELLATION", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Voice.AlwaysOnHotwordDetectorAudioCapability enum directly instead of this field.", true)]
public const Android.Service.Voice.AlwaysOnHotwordDetectorAudioCapability AudioCapabilityEchoCancellation = 1;
[<Android.Runtime.Register("AUDIO_CAPABILITY_ECHO_CANCELLATION", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Voice.AlwaysOnHotwordDetectorAudioCapability enum directly instead of this field.", true)>]
val mutable AudioCapabilityEchoCancellation : Android.Service.Voice.AlwaysOnHotwordDetectorAudioCapability

Valor de campo

Value = 1
Atributos

Comentarios

Si establece el módulo subyacente admite AEC. Devuelto por #getSupportedAudioCapabilities()

Documentación de Java para android.service.voice.AlwaysOnHotwordDetector.AUDIO_CAPABILITY_ECHO_CANCELLATION.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a