Class SubtitleUpdatedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Provides data for the SubtitleUpdated event.
C#Copypublic class SubtitleUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsSubtitleUpdatedEventArgs
Properties
Declaration
C#Copypublic uint Duration { get; }
Property Value
Type | Description |
---|---|
uint |
Declaration
C#Copypublic string Text { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |
Overrides
object.ToString()