Struct DownloadProgress
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Represents data for a downloading status.
C#Copypublic struct DownloadProgress
Constructors
Declaration
C#Copypublic DownloadProgress(int start, int current)
Parameters
| Type | Name | Description |
|---|---|---|
| int | start | The position that downloading started in percentage. |
| int | current | The position indicating the current downloading progress in percentage. |
Properties
Declaration
C#Copypublic int Current { get; set; }
Property Value
| Type | Description |
|---|---|
| int | The position indicating the current downloading progress in percentage. |
Declaration
C#Copypublic int Start { get; set; }
Property Value
| Type | Description |
|---|---|
| int | The position that downloading started in percentage. |
Methods
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Overrides
System.ValueType.ToString()