package ffmpeg-avcodec

  1. Overview
  2. Docs

Source file hw_config_method.ml

1
2
3
4
5
6
7
type t = [
  | `Hw_device_ctx
  | `Hw_frames_ctx
  | `Internal
  | `Ad_hoc
]