MediaQualityManager.SoundProfileCallback.OnParameterCapabilitiesChanged 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.
This is invoked when parameter capabilities has been changed due to status changes of the content.
[Android.Runtime.Register("onParameterCapabilitiesChanged", "(Ljava/lang/String;Ljava/util/List;)V", "GetOnParameterCapabilitiesChanged_Ljava_lang_String_Ljava_util_List_Handler", ApiSince=36)]
public virtual void OnParameterCapabilitiesChanged(string? profileId, System.Collections.Generic.IList<Android.Media.Quality.ParameterCapability> updatedCaps);
[<Android.Runtime.Register("onParameterCapabilitiesChanged", "(Ljava/lang/String;Ljava/util/List;)V", "GetOnParameterCapabilitiesChanged_Ljava_lang_String_Ljava_util_List_Handler", ApiSince=36)>]
abstract member OnParameterCapabilitiesChanged : string * System.Collections.Generic.IList<Android.Media.Quality.ParameterCapability> -> unit
override this.OnParameterCapabilitiesChanged : string * System.Collections.Generic.IList<Android.Media.Quality.ParameterCapability> -> unit
Parameters
- profileId
- String
the ID of the profile used by the media content. null
if there
is no associated profile
- updatedCaps
- IList<ParameterCapability>
the updated capabilities.
- Attributes
Remarks
This is invoked when parameter capabilities has been changed due to status changes of the content.
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.