node-taglib-sharp / Exports / Id3v2SynchronizedLyricsFrame
This structure contains a single entry in a SynchronizedLyricsFrame object.
• new Id3v2SynchronizedLyricsFrame(time
, text
)
Constructs and initializes a new instance with a specified time and text.
Name | Type | Description |
---|---|---|
time |
number |
Offset into the media that owns this element when this element should be displayed. See TimestampFormat for possible values. |
text |
string |
Text for the point in time |
• text: string
Text for the point in time represented by the current instance.
• get
time(): number
Gets time offset of the current instance. The specific format this text element is defined in SynchronizedLyricsFrame.format of the frame that owns this element.
number
• set
time(value
): void
Sets time offset of the current instance. The specific format this text element is defined in SynchronizedLyricsFrame.format of the frame that owns this element.
Name | Type | Description |
---|---|---|
value |
number |
Offset of the current instance, must be a safe |
void
▸ clone(): Id3v2SynchronizedLyricsFrame
Creates a copy of this instance.
▸ render(encoding
): ByteVector
Generates a raw byte representation of the frame for writing to a file.
Name | Type | Description |
---|---|---|
encoding |
StringType |
Encoding to use for encoding the text of the frame. |