Class SyncLyrics
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Metadata.dll
Represents the synchronized lyrics information of the media.
C#
Copy
public class SyncLyrics
- Inheritance
-
objectSync
Lyrics
Constructors
View Source
SyncLyrics(string, uint)
Initializes a new instance of the Sync
Declaration
C#
Copy
public SyncLyrics(string lyrics, uint timestamp)
Parameters
Type | Name | Description |
---|---|---|
string | lyrics | The text of synchronized lyrics. |
uint | timestamp | The timestamp of synchronized lyrics. |
Properties
Declaration
C#
Copy
public string Lyrics { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#
Copy
public uint Timestamp { get; }
Property Value
Type | Description |
---|---|
uint |