av_opt_flag_is_set

Check whether a particular flag is set in a flags field.

@param field_name the name of the flag field option @param flag_name the name of the flag to check @return non-zero if the flag is set, zero if the flag isn't set, isn't of the right type, or the flags field doesn't exist.

extern (C) @nogc nothrow
int
av_opt_flag_is_set
(
void* obj
,
const(char)* field_name
,
const(char)* flag_name
)

Meta