package brr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Media.CapabilitiesSource

Property capability specifications.

Sourcetype t

The type for capabilities.

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

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

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

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

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

delete p c deletes the capability of p from c.