package ffmpeg

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