Show / Hide Table of Contents

    Class MediaSourceConverter

    Class that takes a string representation of a media file location and returns a MeidaSource from the specified resource.

    Inheritance
    System.Object
    MediaSourceConverter
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public sealed class MediaSourceConverter : TypeConverter

    Methods

    ConvertFromInvariantString(String)

    Returns a media source created from a URI that is contained in value.

    Declaration
    public override object ConvertFromInvariantString(string value)
    Parameters
    Type Name Description
    System.String value

    The value to convert.

    Returns
    Type Description
    System.Object

    MediaSource

    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX