Table of Contents

Class LrcEnhancedLine

Namespace
ModernLrc.Model
Assembly
ModernLrc.dll

An Enhanced LRC line carrying word-level timing. Each word's Text includes trailing whitespace up to the next < marker so concatenation reproduces the source line exactly.

public sealed record LrcEnhancedLine : LrcLine, IEquatable<LrcLine>, IEquatable<LrcEnhancedLine>
Inheritance
LrcEnhancedLine
Implements
Inherited Members
Extension Methods

Properties

Words

Words in source order.

public required EquatableArray<LrcWord> Words { get; init; }

Property Value

EquatableArray<LrcWord>