Class SubtitleUpdatedEventArgs

    Definition

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

    Provides data for the SubtitleUpdated event.

    public class SubtitleUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    SubtitleUpdatedEventArgs

    Properties

    View Source

    Duration

    Gets the duration in milliseconds of the updated subtitle.

    Declaration
    public uint Duration { get; }
    Property Value
    Type Description
    uint
    View Source

    Text

    Gets the text of the updated subtitle.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    string

    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