Class PlaylistMember
Definition
- Namespace:
- Tizen.Content.Media
Content
- Assembly:
- Tizen.Content.MediaContent.dll
Represents a member of the Playlist.
public class PlaylistMember
- Inheritance
-
objectPlaylist
Member
Properties
View SourceMediaInfo
Gets the media information of the member.
Declaration
public MediaInfo MediaInfo { get; }
Property Value
View SourceMemberId
Gets the member ID.
Declaration
public int MemberId { get; }
Property Value
Type | Description |
---|---|
int | The member ID of the playlist. |