Class PlaybackInterruptedEventArgs

    Definition

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

    Provides data for the PlaybackInterrupted event.

    public class PlaybackInterruptedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    PlaybackInterruptedEventArgs

    Constructors

    View Source

    PlaybackInterruptedEventArgs(PlaybackInterruptionReason)

    Initializes a new instance of the PlaybackInterruptedEventArgs class.

    Declaration
    public PlaybackInterruptedEventArgs(PlaybackInterruptionReason reason)
    Parameters
    Type Name Description
    PlaybackInterruptionReason reason

    The enum value indicating the reason.

    Properties

    View Source

    Reason

    Gets the reason for the playback interruption.

    Declaration
    public PlaybackInterruptionReason Reason { get; }
    Property Value
    Type Description
    PlaybackInterruptionReason

    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