Class MediaPacketBufferStatusChangedEventArgs

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Provides data for the BufferStatusChanged event.

    public class MediaPacketBufferStatusChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    MediaPacketBufferStatusChangedEventArgs

    Properties

    View Source

    SourceId

    Gets the source ID of media packet.

    Declaration
    public uint SourceId { get; }
    Property Value
    Type Description
    uint

    The source ID.

    View Source

    Status

    Gets the media packet buffer status that indicates underrun or overflow.

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

    The media packet buffer status.

    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