jon.recoil.org

Module Media.CapabilitiesSource

Property capability specifications.

Sourcetype t

The type for capabilities.

Sourceval find : ('a, 'b, 'c) Brr_io.Media.Prop.t -> Brr_io.Media.Capabilities.t -> 'b option

find p s is the capability of p in c (if any).

Sourceval set : ('a, 'b, 'c) Brr_io.Media.Prop.t -> 'b -> Brr_io.Media.Capabilities.t -> unit

set p v c sets the capability of p to v in c.

Sourceval delete : ('a, 'b, 'c) Brr_io.Media.Prop.t -> Brr_io.Media.Capabilities.t -> unit

delete p c deletes the capability of p from c.