Call.AudioProcessingUseCase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.