Language

AudioProcessingUseCase Enum

Definition

public enum AudioProcessingUseCase
type AudioProcessingUseCase = 
Inheritance
AudioProcessingUseCase

Fields

Name Value Description
Unknown 0

The audio processing use case is unknown.

Android reference for android.telecom.Call.AUDIO_PROCESSING_USE_CASE_UNKNOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Voicemail 1

The audio processing use case is voice mail.

Android reference for android.telecom.Call.AUDIO_PROCESSING_USE_CASE_VOICEMAIL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CallScreening 2

The audio processing is done for spam detection.

Android reference for android.telecom.Call.AUDIO_PROCESSING_USE_CASE_CALL_SCREENING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AskToHold 3

The audio processing is done when the user asks to hold.

Android reference for android.telecom.Call.AUDIO_PROCESSING_USE_CASE_ASK_TO_HOLD.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to