Show / Hide Table of Contents

    Class UriMediaSource

    A MediaSource that loads a media from a URI

    Inheritance
    System.Object
    MediaSource
    UriMediaSource
    Inherited Members
    MediaSource.FromFile(String)
    MediaSource.FromUri(Uri)
    MediaSource.OnSourceChanged()
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public sealed class UriMediaSource : MediaSource

    Fields

    UriProperty

    Identifies the File bindable property.

    Declaration
    public static readonly BindableProperty UriProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    Uri

    Gets or sets the URI for the media to get.

    Declaration
    public Uri Uri { get; set; }
    Property Value
    Type Description
    System.Uri

    Methods

    OnPropertyChanged(String)

    Declaration
    protected override void OnPropertyChanged(string propertyName = null)
    Parameters
    Type Name Description
    System.String propertyName

    ToString()

    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

    Implicit(Uri to UriMediaSource)

    Allows implicit casting from a Uri.

    Declaration
    public static implicit operator UriMediaSource(Uri uri)
    Parameters
    Type Name Description
    System.Uri uri
    Returns
    Type Description
    UriMediaSource

    Implicit(UriMediaSource to String)

    Allows implicit casting to a string.

    Declaration
    public static implicit operator string (UriMediaSource uri)
    Parameters
    Type Name Description
    UriMediaSource uri
    Returns
    Type Description
    System.String
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX