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 = 0mm:ss.xx— most common.Milliseconds = 1mm:ss.xxx— millisecond precision.