Class UriMediaSource
A MediaSource that loads a media from a URI
Inheritance
System.Object
UriMediaSource
Assembly: Tizen.Wearable.CircularUI.Forms.dll
public sealed class UriMediaSource : MediaSource
Fields
Identifies the File bindable property.
Declaration
public static readonly BindableProperty UriProperty
Field Value
Type |
Description |
BindableProperty |
|
Properties
Gets or sets the URI for the media to get.
Declaration
public Uri Uri { get; set; }
Property Value
Type |
Description |
System.Uri |
|
Methods
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns the path to the file for the media, prefixed with the string, "Uri: ".
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Operators
Allows implicit casting from a Uri.
Declaration
public static implicit operator UriMediaSource(Uri uri)
Parameters
Type |
Name |
Description |
System.Uri |
uri |
|
Returns
Allows implicit casting to a string.
Declaration
public static implicit operator string (UriMediaSource uri)
Parameters
Returns
Type |
Description |
System.String |
|