Class BufferingProgressChangedEventArgs

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.MediaPlayer.dll

    Provides data for the BufferingProgressChanged event.

    public class BufferingProgressChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    BufferingProgressChangedEventArgs

    Constructors

    View Source

    BufferingProgressChangedEventArgs(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 Source

    Percent

    Gets the value indicating the buffering percentage.

    Declaration
    public int Percent { get; }
    Property Value
    Type Description
    int

    The percentage of the buffering.

    Methods

    View Source

    ToString()

    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()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX