Native Media Player
Search Results for

    Show / Hide Table of Contents

    Class MediaMetadata

    Inheritance
    object
    MediaMetadata
    Implements
    IEquatable<MediaMetadata>
    Namespace: Glitch9.NativeMediaPlayer
    Assembly: .dll
    Syntax
    [Serializable]
    public class MediaMetadata : IEquatable<MediaMetadata>

    Fields

    | Edit this page View Source

    Album

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

    AlbumArtist

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

    Artist

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

    Duration

    Declaration
    public long Duration
    Field Value
    Type Description
    long
    | Edit this page View Source

    Genre

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

    ReleaseDate

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

    Title

    Declaration
    public string Title
    Field Value
    Type Description
    string

    Properties

    | Edit this page View Source

    Artwork

    Declaration
    public Artwork Artwork { get; set; }
    Property Value
    Type Description
    Artwork

    Methods

    | Edit this page View Source

    Empty(MediaItem)

    Declaration
    public static MediaMetadata Empty(MediaItem mediaItem)
    Parameters
    Type Name Description
    MediaItem mediaItem
    Returns
    Type Description
    MediaMetadata
    | Edit this page View Source

    Empty(int, string)

    Declaration
    public static MediaMetadata Empty(int itemIndex, string fileName)
    Parameters
    Type Name Description
    int itemIndex
    string fileName
    Returns
    Type Description
    MediaMetadata
    | Edit this page View Source

    Equals(MediaMetadata)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(MediaMetadata other)
    Parameters
    Type Name Description
    MediaMetadata other

    An object to compare with this object.

    Returns
    Type Description
    bool

    true if the current object is equal to the other parameter; otherwise, false.

    | Edit this page View Source

    Equals(object)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with the current object.

    Returns
    Type Description
    bool

    true if the specified object is equal to the current object; otherwise, false.

    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Serves as the default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    object.GetHashCode()

    Implements

    System.IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX