Class SyncLyrics

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Metadata.dll
API Level:
3

Represents the synchronized lyrics information of the media.

C#
Copy
public class SyncLyrics
Inheritance
System.Object
SyncLyrics

Constructors

View Source

SyncLyrics(String, UInt32)

Initializes a new instance of the SyncLyrics class with the specified lyrics and the timestamp.

Declaration
C#
Copy
public SyncLyrics(string lyrics, uint timestamp)
Parameters
Type Name Description
System.String lyrics

The text of synchronized lyrics.

System.UInt32 timestamp

The timestamp of synchronized lyrics.

API Level: 3

Properties

View Source

Lyrics

Gets the text representation of the lyrics.

Declaration
C#
Copy
public string Lyrics { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

Timestamp

Gets the time information of the lyrics.

Declaration
C#
Copy
public uint Timestamp { get; }
Property Value
Type Description
System.UInt32
API Level: 3