You can search for identifiers within the package.
in-package search v0.2.0
ffmpeg-avcodec
hw_config_method.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 type t = [ | `Hw_device_ctx | `Hw_frames_ctx | `Internal | `Ad_hoc ] let t: t list = [ `Ad_hoc; `Internal; `Hw_frames_ctx; `Hw_device_ctx; ]
1 2 3 4 5 6 7 8 9 10 11 12 13 14
type t = [ | `Hw_device_ctx | `Hw_frames_ctx | `Internal | `Ad_hoc ] let t: t list = [ `Ad_hoc; `Internal; `Hw_frames_ctx; `Hw_device_ctx; ]