Search Results for

    Show / Hide Table of Contents

    Class FileMediaSource

    A MediaSource that reads a media from a file.

    Inheritance
    System.Object
    Xamarin.Forms.BindableObject
    Xamarin.Forms.Element
    MediaSource
    FileMediaSource
    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(FileMediaSourceConverter))]
    public sealed class FileMediaSource : MediaSource, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IStyleSelectable

    Fields

    FileProperty

    Identifies the File bindable property.

    Declaration
    public static readonly BindableProperty FileProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    Properties

    File

    Gets or sets the file from which this FileMediaSource will load a media.

    Declaration
    public string File { get; set; }
    Property Value
    Type Description
    System.String

    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 a string representation of File.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Operators

    Implicit(String to FileMediaSource)

    Allows implicit casting from a string.

    Declaration
    public static implicit operator FileMediaSource(string file)
    Parameters
    Type Name Description
    System.String file
    Returns
    Type Description
    FileMediaSource

    Implicit(FileMediaSource to String)

    Allows implicit casting to a string.

    Declaration
    public static implicit operator string (FileMediaSource file)
    Parameters
    Type Name Description
    FileMediaSource file
    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