Search Results for

    Show / Hide Table of Contents

    Class UriMediaSource

    A MediaSource that loads a media from a URI

    Inheritance
    System.Object
    Xamarin.Forms.BindableObject
    Xamarin.Forms.Element
    MediaSource
    UriMediaSource
    DRMMediaSource
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Xamarin.Forms.IElementController
    Inherited Members
    MediaSource.FromFile(String)
    MediaSource.FromUri(Uri)
    MediaSource.OnSourceChanged()
    Xamarin.Forms.Element.MenuProperty
    Xamarin.Forms.Element.AutomationIdProperty
    Xamarin.Forms.Element.ClassIdProperty
    Xamarin.Forms.Element.GetMenu(Xamarin.Forms.BindableObject)
    Xamarin.Forms.Element.SetMenu(Xamarin.Forms.BindableObject, Xamarin.Forms.Menu)
    Xamarin.Forms.Element.Xamarin.Forms.IElementController.SetValueFromRenderer(Xamarin.Forms.BindableProperty, System.Object)
    Xamarin.Forms.Element.FindByName(System.String)
    Xamarin.Forms.Element.RemoveDynamicResource(Xamarin.Forms.BindableProperty)
    Xamarin.Forms.Element.SetDynamicResource(Xamarin.Forms.BindableProperty, System.String)
    Xamarin.Forms.Element.OnBindingContextChanged()
    Xamarin.Forms.Element.OnChildAdded(Xamarin.Forms.Element)
    Xamarin.Forms.Element.OnChildRemoved(Xamarin.Forms.Element)
    Xamarin.Forms.Element.OnChildRemoved(Xamarin.Forms.Element, System.Int32)
    Xamarin.Forms.Element.OnParentSet()
    Xamarin.Forms.Element.AutomationId
    Xamarin.Forms.Element.ClassId
    Xamarin.Forms.Element.Effects
    Xamarin.Forms.Element.Id
    Xamarin.Forms.Element.StyleId
    Xamarin.Forms.Element.Parent
    Xamarin.Forms.Element.ChildAdded
    Xamarin.Forms.Element.ChildRemoved
    Xamarin.Forms.Element.DescendantAdded
    Xamarin.Forms.Element.DescendantRemoved
    Xamarin.Forms.BindableObject.BindingContextProperty
    Xamarin.Forms.BindableObject.ClearValue(Xamarin.Forms.BindableProperty)
    Xamarin.Forms.BindableObject.ClearValue(Xamarin.Forms.BindablePropertyKey)
    Xamarin.Forms.BindableObject.GetValue(Xamarin.Forms.BindableProperty)
    Xamarin.Forms.BindableObject.IsSet(Xamarin.Forms.BindableProperty)
    Xamarin.Forms.BindableObject.RemoveBinding(Xamarin.Forms.BindableProperty)
    Xamarin.Forms.BindableObject.SetBinding(Xamarin.Forms.BindableProperty, Xamarin.Forms.BindingBase)
    Xamarin.Forms.BindableObject.ApplyBindings()
    Xamarin.Forms.BindableObject.OnPropertyChanging(System.String)
    Xamarin.Forms.BindableObject.UnapplyBindings()
    Xamarin.Forms.BindableObject.SetValue(Xamarin.Forms.BindableProperty, System.Object)
    Xamarin.Forms.BindableObject.SetValue(Xamarin.Forms.BindablePropertyKey, System.Object)
    Xamarin.Forms.BindableObject.CoerceValue(Xamarin.Forms.BindableProperty)
    Xamarin.Forms.BindableObject.CoerceValue(Xamarin.Forms.BindablePropertyKey)
    Xamarin.Forms.BindableObject.Dispatcher
    Xamarin.Forms.BindableObject.BindingContext
    Xamarin.Forms.BindableObject.PropertyChanged
    Xamarin.Forms.BindableObject.PropertyChanging
    Xamarin.Forms.BindableObject.BindingContextChanged
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Tizen.Theme.Common
    Assembly: Tizen.Theme.Common.dll
    Syntax
    [TypeConverter(typeof(MediaSourceConverter))]
    public class UriMediaSource : MediaSource, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IStyleSelectable

    Fields

    UriProperty

    Identifies the File bindable property.

    Declaration
    public static readonly BindableProperty UriProperty
    Field Value
    Type Description
    Xamarin.Forms.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
    Overrides
    Xamarin.Forms.Element.OnPropertyChanged(System.String)

    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
    Overrides
    System.Object.ToString()

    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

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Xamarin.Forms.IElementController
    In This Article
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX