Class Playlist

    Definition

    Namespace:
    Tizen.Content.MediaContent
    Assembly:
    Tizen.Content.MediaContent.dll

    Represents the playlist that is a group of media (usually songs).

    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public class Playlist
    Inheritance
    object
    Playlist

    Properties

    View Source

    Id

    Gets the ID of the playlist.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public int Id { get; }
    Property Value
    Type Description
    int

    The unique ID of the playlist.

    View Source

    Name

    Gets the name of the playlist.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string Name { get; }
    Property Value
    Type Description
    string

    The name of the playlist.

    View Source

    ThumbnailPath

    Gets the path to the thumbnail.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string ThumbnailPath { get; }
    Property Value
    Type Description
    string

    The path to the thumbnail.

    Methods

    View Source

    ToString()

    Returns a string representation of the playlist.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public override string ToString()
    Returns
    Type Description
    string

    A string representation of the current playlist.

    Overrides
    object.ToString()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX