Module Media.SettingsSource

Property values.

Sourcetype t

The type for settings.

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

get p s is the value of p in s.

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

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