Class BufferingProgressChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Provides data for the BufferingProgressChanged event.
C#Copypublic class BufferingProgressChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsBufferingProgressChangedEventArgs
Constructors
View Source
BufferingProgressChangedEventArgs(int)
Initializes a new instance of the BufferingProgressChangedEventArgs class.
Declaration
C#Copypublic BufferingProgressChangedEventArgs(int percent)
Parameters
| Type | Name | Description |
|---|---|---|
| int | percent | The value indicating the buffering percentage. |
Properties
Declaration
C#Copypublic int Percent { get; }
Property Value
| Type | Description |
|---|---|
| int | The percentage of the buffering. |
Methods
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Overrides
object.ToString()