package com.choosemuse.libmuse;

public enum TimestampMode {
    LEGACY,
    CURRENT,
    EXPLICIT
}
