Class BufferingProgressChangedEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.MediaPlayer.dll
API Level:
3

Provides data for the BufferingProgressChanged event.

C#
Copy
public class BufferingProgressChangedEventArgs : EventArgs
Inheritance
System.Object
BufferingProgressChangedEventArgs

Constructors

View Source

BufferingProgressChangedEventArgs(Int32)

Initializes a new instance of the BufferingProgressChangedEventArgs class.

Declaration
C#
Copy
public BufferingProgressChangedEventArgs(int percent)
Parameters
Type Name Description
Int32 percent

The value indicating the buffering percentage.

API Level: 3

Properties

View Source

Percent

Gets the value indicating the buffering percentage.

Declaration
C#
Copy
public int Percent { get; }
Property Value
Type Description
Int32

The percentage of the buffering.

API Level: 3

Methods

View Source

ToString()

Returns a string that represents the current object.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
System.String

A string that represents the current object.

Overrides
System.Object.ToString()
API Level: 3