Class SubtitleUpdatedEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
- API Level:
- 3
Provides data for the SubtitleUpdated event.
public class SubtitleUpdatedEventArgs : EventArgs
- Inheritance
Properties
View SourceDuration
Gets the duration of the updated subtitle.
Declaration
public uint Duration { get; }
Property Value
Type | Description |
---|---|
UInt32 |
API Level: 3
View SourceText
Gets the text of the updated subtitle.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
Methods
View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A string that represents the current object. |