Language

Call.AudioProcessingUseCase Property

Definition

Returns the Audio Processing usecase for of the call.

public int AudioProcessingUseCase { [Android.Runtime.Register("getAudioProcessingUseCase", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getAudioProcessingUseCase", "()I", "", ApiSince=37)>]
member this.AudioProcessingUseCase : int

Property Value

the audio processing use case for AudioProcessingUseCase

Attributes

Remarks

Returns the Audio Processing usecase for of the call. Note: This must be used only when the Call#getState() is STATE_AUDIO_PROCESSING

Android reference for android.telecom.Call.getAudioProcessingUseCase.

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