av_opt_child_class_iterate

Iterate over potential AVOptions-enabled children of parent.

@param iter a pointer where iteration state is stored. @return AVClass corresponding to next potential child or NULL

extern (C) @nogc nothrow
const(AVClass)*
av_opt_child_class_iterate
(
const(AVClass)* parent
,
void** iter
)

Meta