av_opt_set_int_list

Set a binary option to an integer list.

@param obj AVClass object to set options on @param name name of the binary option @param val pointer to an integer list (must have the correct type with regard to the contents of the list) @param term list terminator (usually 0 or -1) @param flags search flags

extern (C) @nogc nothrow extern (D)
av_opt_set_int_list
(
T0
T1
T2
T3
T4
)
(
auto ref T0 obj
,
auto ref T1 name
,
auto ref T2 val
,
auto ref T3 term
,
auto ref T4 flags
)

Meta