Class SyncLyrics
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Metadata.dll
- API Level:
- 3
Represents the synchronized lyrics information of the media.
public class SyncLyrics
- Inheritance
-
SyncLyrics
Constructors
View SourceSyncLyrics(String, UInt32)
Initializes a new instance of the SyncLyrics class with the specified lyrics and the timestamp.
Declaration
public SyncLyrics(string lyrics, uint timestamp)
Parameters
Type | Name | Description |
---|---|---|
String | lyrics | The text of synchronized lyrics. |
UInt32 | timestamp | The timestamp of synchronized lyrics. |
API Level: 3
Properties
View SourceLyrics
Gets the text representation of the lyrics.
Declaration
public string Lyrics { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceTimestamp
Gets the time information of the lyrics.
Declaration
public uint Timestamp { get; }
Property Value
Type | Description |
---|---|
UInt32 |