SoundProfile.ProfileId Property
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.
Gets profile ID.
public string? ProfileId { [Android.Runtime.Register("getProfileId", "()Ljava/lang/String;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getProfileId", "()Ljava/lang/String;", "", ApiSince=36)>]
member this.ProfileId : string
Property Value
the unique profile ID; null
if the profile is built locally with
Builder
.
- Attributes
Remarks
Gets profile ID.
A profile ID is a globally unique ID generated and assigned by the system. For profile objects retrieved from system (e.g MediaQualityManager#getAvailableSoundProfiles
) this profile ID is non-null; For profiles built locally with Builder
, it's null
.
Java documentation for android.media.quality.SoundProfile.getProfileId()
.
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.