AudioRecord.IOnRoutingChangedListener.OnRoutingChanged(AudioRecord) Method

Definition

Caution

deprecated

[Android.Runtime.Register("onRoutingChanged", "(Landroid/media/AudioRecord;)V", "GetOnRoutingChanged_Landroid_media_AudioRecord_Handler:Android.Media.AudioRecord/IOnRoutingChangedListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=23)]
[System.Obsolete("deprecated")]
public void OnRoutingChanged (Android.Media.AudioRecord? audioRecord);
[<Android.Runtime.Register("onRoutingChanged", "(Landroid/media/AudioRecord;)V", "GetOnRoutingChanged_Landroid_media_AudioRecord_Handler:Android.Media.AudioRecord/IOnRoutingChangedListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=23)>]
[<System.Obsolete("deprecated")>]
abstract member OnRoutingChanged : Android.Media.AudioRecord -> unit

Parameters

audioRecord
AudioRecord
Attributes

Remarks

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