Show / Hide Table of Contents

    Class Playlist

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

    Inheritance
    Object
    Playlist
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Tizen.Content.MediaContent
    Assembly: Tizen.Content.MediaContent.dll
    Syntax
    public class Playlist

    Properties

    Id

    Gets the ID of the playlist.

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    Int32

    The unique ID of the playlist.

    API Version
    4

    Name

    Gets the name of the playlist.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    The name of the playlist.

    API Version
    4

    ThumbnailPath

    Gets the path to the thumbnail.

    Declaration
    public string ThumbnailPath { get; }
    Property Value
    Type Description
    String

    The path to the thumbnail.

    API Version
    4

    Methods

    ToString()

    Returns a string representation of the playlist.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    A string representation of the current playlist.

    Overrides
    Object.ToString()
    API Version
    4
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX