Connection.SetAudioProcessing(Int32) Method
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.
Sets state to audio processing (e.
[Android.Runtime.Register("setAudioProcessing", "(I)V", "", ApiSince=37)]
public void SetAudioProcessing(int useCase);
[<Android.Runtime.Register("setAudioProcessing", "(I)V", "", ApiSince=37)>]
member this.SetAudioProcessing : int -> unit
Parameters
- useCase
- Int32
One of Call.AudioProcessingUseCase for when the call is in state
#STATE_AUDIO_PROCESSING
- Attributes
Remarks
Sets state to audio processing (e.g. the call is active but the audio from the call is being intercepted by an app on the local device) and the usecase. This is applicable only for an PROPERTY_IS_EXTERNAL_CALL
Android reference for android.telecom.Connection.setAudioProcessing.
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.