Class SeriesInformation
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 6
Represents properties for the video series information.
public class SeriesInformation
- Inheritance
-
SeriesInformation
Constructors
View SourceSeriesInformation(Int32, String)
Initializes a new instance of the SeriesInformation class.
Declaration
public SeriesInformation(int number, string title)
Parameters
Type | Name | Description |
---|---|---|
Int32 | number | The order of this video in entire series. |
String | title | The title. |
API Level: 6
Properties
View SourceNumber
Gets or sets the order of this video in entire series.
Declaration
public int Number { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 6
View SourceTitle
Gets or sets the title.
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
Methods
View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A string that represents the current object. |