MediaQualityManager.GetSoundProfile 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.
[Android.Runtime.Register("getSoundProfile", "(ILjava/lang/String;Landroid/media/quality/MediaQualityManager$ProfileQueryParams;)Landroid/media/quality/SoundProfile;", "", ApiSince=36)]
public Android.Media.Quality.SoundProfile? GetSoundProfile(Android.Media.Quality.SoundProfileType type, string name, Android.Media.Quality.MediaQualityManager.ProfileQueryParams? options);
[<Android.Runtime.Register("getSoundProfile", "(ILjava/lang/String;Landroid/media/quality/MediaQualityManager$ProfileQueryParams;)Landroid/media/quality/SoundProfile;", "", ApiSince=36)>]
member this.GetSoundProfile : Android.Media.Quality.SoundProfileType * string * Android.Media.Quality.MediaQualityManager.ProfileQueryParams -> Android.Media.Quality.SoundProfile
Parameters
- type
- SoundProfileType
- name
- String
Returns
- Attributes