AudioManager.AudioRecordingCallback.OnRecordingConfigChanged 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.
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.
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.