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