You can search for identifiers within the package.
in-package search v0.2.0
type filter = private {
name : string;
codecs : id list;
options : Avutil.Options.t;
}
type 'a t
val filters : filter list
val init : ?opts:Avutil.opts -> filter -> 'a params -> 'a t * 'a params
Init a filter with optional options and input params. Returns initialized filter with output params.
val send_packet : 'a t -> 'a Packet.t -> unit
val send_eof : 'a t -> unit
val receive_packet : 'a t -> 'a Packet.t