Class PlaylistMember
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
- API Level:
- 4
Represents a member of the Playlist.
C#Copypublic class PlaylistMember
- Inheritance
-
System.ObjectPlaylistMember
Properties
Declaration
C#Copypublic MediaInfo MediaInfo { get; }
Property Value
Type | Description |
---|---|
MediaInfo | The MediaInfo of the member. |
API Level: 4
Declaration
C#Copypublic int MemberId { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The member ID of the playlist. |