Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
- API Level:
- 3
public class SubtitleUpdatedEventArgs : EventArgs
- Inheritance
-
System.Object
System.EventArgs
SubtitleUpdatedEventArgs
Properties
Declaration
public uint Duration { get; }
Property Value
Type |
Description |
System.UInt32 |
|
API Level: 3
View Source
Text
Gets the text of the updated subtitle.
Declaration
public string Text { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Methods
View Source
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
A string that represents the current object.
|
Overrides
API Level: 3