package ffmpeg-avcodec

  1. Overview
  2. Docs

Source file 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;
]

OCaml

Innovation. Community. Security.