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