Class MediaStreamBufferStatusChangedEventArgs

    Definition

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

    Provides data for the BufferStatusChanged event.

    public class MediaStreamBufferStatusChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    MediaStreamBufferStatusChangedEventArgs

    Constructors

    View Source

    MediaStreamBufferStatusChangedEventArgs(MediaStreamBufferStatus)

    Initializes a new instance of the MediaStreamBufferStatusChangedEventArgs class.

    Declaration
    public MediaStreamBufferStatusChangedEventArgs(MediaStreamBufferStatus status)
    Parameters
    Type Name Description
    MediaStreamBufferStatus status

    The value indicating the status of the stream.

    Properties

    View Source

    Status

    Gets the current buffer status.

    Declaration
    public MediaStreamBufferStatus Status { get; }
    Property Value
    Type Description
    MediaStreamBufferStatus

    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