Class FileMediaSource
A MediaSource that reads a media from a file.
Inheritance
System.Object
FileMediaSource
Assembly: Tizen.Wearable.CircularUI.Forms.dll
public sealed class FileMediaSource : MediaSource
Fields
Identifies the File bindable property.
Declaration
public static readonly BindableProperty FileProperty
Field Value
Type |
Description |
BindableProperty |
|
Properties
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
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns a string representation of File
.
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Operators
Allows implicit casting from a string.
Declaration
public static implicit operator FileMediaSource(string file)
Parameters
Type |
Name |
Description |
System.String |
file |
|
Returns
Allows implicit casting to a string.
Declaration
public static implicit operator string (FileMediaSource file)
Parameters
Returns
Type |
Description |
System.String |
|