package gstreamer

  1. Overview
  2. Docs

Formats for durations.

type t =
  1. | Undefined
  2. | Default
  3. | Bytes
  4. | Time
    (*

    Time in nanoseconds.

    *)
  5. | Buffers
  6. | Percent

Format for durations.

val to_string : t -> string

String representation of a duration format.