Options
Sourcetype flag = [ | `Encoding_param| `Decoding_param| `Audio_param| `Video_param| `Subtitle_param| `Export| `Readonly| `Bsf_param| `Runtime_param| `Filtering_param| `Deprecated| `Child_consts
] Sourcetype 'a entry = {default : 'a option;min : 'a option;max : 'a option;values : (string * 'a) list;
} Sourcetype opt = {name : string;help : string option;flags : flag list;spec : spec;
} Sourcetype 'a getter = ?search_children:bool -> name:string -> obj -> 'a