Table of Contents

Enum LrcMetadataOrdering

Namespace
ModernLrc
Assembly
ModernLrc.dll

Ordering policy for the metadata block.

[SuppressMessage("Design", "CA1028:Enum storage should be Int32", Justification = "byte is intentional — option records are small and dense.")]
public enum LrcMetadataOrdering : byte

Fields

Canonical = 0

Typed accessors with no matching raw tag in ti, ar, al, au, lr, length, by, offset, re, ve order, then RawTags in array order.

Alphabetical = 1

Typed accessors with no matching raw tag A→Z by name, then RawTags A→Z by key.