Class BufferingProgressChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Provides data for the BufferingProgressChanged event.
public class BufferingProgressChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsBufferingProgressChangedEventArgs
Constructors
View SourceBufferingProgressChangedEventArgs(int)
Initializes a new instance of the BufferingProgressChangedEventArgs class.
Declaration
public BufferingProgressChangedEventArgs(int percent)
Parameters
Type | Name | Description |
---|---|---|
int | percent | The value indicating the buffering percentage. |
Properties
View SourcePercent
Gets the value indicating the buffering percentage.
Declaration
public int Percent { get; }
Property Value
Type | Description |
---|---|
int | The percentage of the buffering. |
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()