Class SeriesInformation
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Represents properties for the video series information.
public class SeriesInformation
- Inheritance
-
objectSeriesInformation
Constructors
View SourceSeriesInformation(int, string)
Initializes a new instance of the SeriesInformation class.
Declaration
public SeriesInformation(int number, string title)
Parameters
Type | Name | Description |
---|---|---|
int | number | The order of this video in entire series. |
string | title | The title. |
Properties
View SourceNumber
Gets or sets the order of this video in entire series.
Declaration
public int Number { get; }
Property Value
Type | Description |
---|---|
int |
Title
Gets or sets the title.
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
string |
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. |
Overrides
object.ToString()