Ejemplo n.º 1
0
 private string GetDisplayTime(TimeCode timeCode)
 {
     if (Configuration.Settings.General.CurrentVideoOffsetInMs > 0)
         return new TimeCode(timeCode.TotalMilliseconds + Configuration.Settings.General.CurrentVideoOffsetInMs).ToDisplayString();
     return timeCode.ToDisplayString();
 }