Table of Contents

Enum LrcTimestampPrecision

Namespace
ModernLrc
Assembly
ModernLrc.dll

Timestamp precision for writing.

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

Fields

Centiseconds = 0

mm:ss.xx — most common.

Milliseconds = 1

mm:ss.xxx — millisecond precision.