Class PlayOrder
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
- API Level:
- 4
Represents an order of a member of the playlist.
public class PlayOrder
- Inheritance
-
PlayOrder
Constructors
View SourcePlayOrder(Int32, Int32)
Initializes a new instance of the Playlist class with the specified member ID and the order value.
Declaration
public PlayOrder(int memberId, int orderValue)
Parameters
Type | Name | Description |
---|---|---|
Int32 | memberId | The ID of the member. |
Int32 | orderValue | The order value. |
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException |
|
API Level: 4
Properties
View SourceMemberId
Gets or sets the member ID.
Declaration
public int MemberId { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The member ID. |
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException |
|
API Level: 4
View SourceValue
Gets or sets the value indicating the order of the member in the playlist.
Declaration
public int Value { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer value indicating the order of the member in the playlist. |
Exceptions
Type | Condition |
---|---|
ArgumentOutOfRangeException |
|