Class PlaylistMember

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
4

Represents a member of the Playlist.

C#
Copy
public class PlaylistMember
Inheritance
PlaylistMember

Properties

View Source

MediaInfo

Gets the media information of the member.

Declaration
C#
Copy
public MediaInfo MediaInfo { get; }
Property Value
Type Description
MediaInfo

The MediaInfo of the member.

API Level: 4
View Source

MemberId

Gets the member ID.

Declaration
C#
Copy
public int MemberId { get; }
Property Value
Type Description
System.Int32

The member ID of the playlist.

API Level: 4