Module PlayDuring.Value

type value = [
| `mix
| `repeat
]
type t = [
| Css_Value.Global.t
| Css_Value.Uri.t
| `sound of Css_Value.Uri.t * value
| `auto
| `none
]
val show : t -> string