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 = 0Typed accessors with no matching raw tag in
ti, ar, al, au, lr, length, by, offset, re, veorder, thenRawTagsin array order.Alphabetical = 1Typed accessors with no matching raw tag A→Z by name, then
RawTagsA→Z by key.