Module Avutil.Chroma_location

type t = [
  1. | `Unspecified
  2. | `Left
  3. | `Center
  4. | `Topleft
  5. | `Top
  6. | `Bottomleft
  7. | `Bottom
]
val name : t -> string
val from_name : string -> t option