Class SeriesInformation
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Represents properties for the video series information.
C#Copypublic class SeriesInformation
- Inheritance
-
objectSeriesInformation
Constructors
View Source
SeriesInformation(int, string)
Initializes a new instance of the SeriesInformation class.
Declaration
C#Copypublic SeriesInformation(int number, string title)
Parameters
| Type | Name | Description |
|---|---|---|
| int | number | The order of this video in entire series. |
| string | title | The title. |
Properties
Declaration
C#Copypublic int Number { get; }
Property Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic string Title { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Overrides
object.ToString()