MediaController.TransportControls.PlayFromUri(Uri, Bundle) 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.
Request that the player start playback for a specific Uri
.
[Android.Runtime.Register("playFromUri", "(Landroid/net/Uri;Landroid/os/Bundle;)V", "", ApiSince=23)]
public void PlayFromUri (Android.Net.Uri? uri, Android.OS.Bundle? extras);
[<Android.Runtime.Register("playFromUri", "(Landroid/net/Uri;Landroid/os/Bundle;)V", "", ApiSince=23)>]
member this.PlayFromUri : Android.Net.Uri * Android.OS.Bundle -> unit
Parameters
- uri
- Uri
The URI of the requested media.
- extras
- Bundle
Optional extras that can include extra information about the media item to be played.
- Attributes
Remarks
Request that the player start playback for a specific 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.