Class SyncLyrics

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.Metadata.dll

    Represents the synchronized lyrics information of the media.

    public class SyncLyrics
    Inheritance
    object
    SyncLyrics

    Constructors

    View Source

    SyncLyrics(string, uint)

    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.

    uint timestamp

    The timestamp of synchronized lyrics.

    Properties

    View Source

    Lyrics

    Gets the text representation of the lyrics.

    Declaration
    public string Lyrics { get; }
    Property Value
    Type Description
    string
    View Source

    Timestamp

    Gets the time information of the lyrics.

    Declaration
    public uint Timestamp { get; }
    Property Value
    Type Description
    uint
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX