Class PlaylistMember
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents a member of the Playlist.
[Obsolete("Deprecated since API12. Will be removed in API14.")]
public class PlaylistMember
- Inheritance
-
objectPlaylistMember
Properties
View SourceMediaInfo
Gets the media information of the member.
Declaration
[Obsolete("Deprecated since API12. Will be removed in API14.")]
public MediaInfo MediaInfo { get; }
Property Value
Type | Description |
---|---|
MediaInfo | The MediaInfo of the member. |
MemberId
Gets the member ID.
Declaration
[Obsolete("Deprecated since API12. Will be removed in API14.")]
public int MemberId { get; }
Property Value
Type | Description |
---|---|
int | The member ID of the playlist. |