Native Media Player
Search Results for

    Show / Hide Table of Contents

    Class MediaUri

    Inheritance
    object
    MediaUri
    Namespace: Glitch9.NativeMediaPlayer
    Assembly: .dll
    Syntax
    [Serializable]
    public class MediaUri

    Fields

    | Edit this page View Source

    fileUrl

    Declaration
    public string fileUrl
    Field Value
    Type Description
    string
    | Edit this page View Source

    relativePath

    Declaration
    public string relativePath
    Field Value
    Type Description
    string
    | Edit this page View Source

    type

    Declaration
    public UriType type
    Field Value
    Type Description
    UriType

    Properties

    | Edit this page View Source

    IsValid

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    GetAudioType()

    Declaration
    public AudioType GetAudioType()
    Returns
    Type Description
    AudioType
    | Edit this page View Source

    GetFileName()

    Declaration
    public string GetFileName()
    Returns
    Type Description
    string
    | Edit this page View Source

    GetFileNameWithoutExtension()

    Declaration
    public string GetFileNameWithoutExtension()
    Returns
    Type Description
    string
    | Edit this page View Source

    GetFullPath()

    Declaration
    public string GetFullPath()
    Returns
    Type Description
    string
    | Edit this page View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX