Class PlaylistMember

    Definition

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

    Represents a member of the Playlist.

    public class PlaylistMember
    Inheritance
    object
    PlaylistMember

    Properties

    View Source

    MediaInfo

    Gets the media information of the member.

    Declaration
    public MediaInfo MediaInfo { get; }
    Property Value
    Type Description
    MediaInfo

    The MediaInfo of the member.

    View Source

    MemberId

    Gets the member ID.

    Declaration
    public int MemberId { get; }
    Property Value
    Type Description
    int

    The member ID of the playlist.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX