Module Avutil.Time_format

Formats for time.

type t = [
  1. | `Second
  2. | `Millisecond
  3. | `Microsecond
  4. | `Nanosecond
]

Time formats.