MediaMetadata.MetadataKeyMediaUri Field

Definition

A Uri formatted String representing the content.

[Android.Runtime.Register("METADATA_KEY_MEDIA_URI", ApiSince=26)]
public const string MetadataKeyMediaUri;
[<Android.Runtime.Register("METADATA_KEY_MEDIA_URI", ApiSince=26)>]
val mutable MetadataKeyMediaUri : string

Field Value

Implements

Attributes

Remarks

A Uri formatted String representing the content. This value is specific to the service providing the content. It may be used with MediaController.TransportControls#playFromUri(Uri, Bundle) to initiate playback when provided by a MediaBrowser connected to the same app.

Java documentation for android.media.MediaMetadata.METADATA_KEY_MEDIA_URI.

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