AudioManager.AudioRecordingCallback.OnRecordingConfigChanged Method

Definition

Called whenever the device recording configuration has changed.

[Android.Runtime.Register("onRecordingConfigChanged", "(Ljava/util/List;)V", "GetOnRecordingConfigChanged_Ljava_util_List_Handler", ApiSince=24)]
public virtual void OnRecordingConfigChanged (System.Collections.Generic.IList<Android.Media.AudioRecordingConfiguration>? configs);
[<Android.Runtime.Register("onRecordingConfigChanged", "(Ljava/util/List;)V", "GetOnRecordingConfigChanged_Ljava_util_List_Handler", ApiSince=24)>]
abstract member OnRecordingConfigChanged : System.Collections.Generic.IList<Android.Media.AudioRecordingConfiguration> -> unit
override this.OnRecordingConfigChanged : System.Collections.Generic.IList<Android.Media.AudioRecordingConfiguration> -> unit

Parameters

configs
IList<AudioRecordingConfiguration>

list containing the results of AudioManager#getActiveRecordingConfigurations().

Attributes

Remarks

Called whenever the device recording configuration has changed.

Java documentation for android.media.AudioManager.AudioRecordingCallback.onRecordingConfigChanged(java.util.List<android.media.AudioRecordingConfiguration>).

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