MediaDescription.MediaId Property

Definition

Returns the media id or null.

public virtual string? MediaId { [Android.Runtime.Register("getMediaId", "()Ljava/lang/String;", "GetGetMediaIdHandler")] get; }
[<get: Android.Runtime.Register("getMediaId", "()Ljava/lang/String;", "GetGetMediaIdHandler")>]
member this.MediaId : string

Property Value

Attributes

Remarks

Returns the media id or null. See MediaMetadata#METADATA_KEY_MEDIA_ID.

Java documentation for android.media.MediaDescription.getMediaId().

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