av_opt_child_next

Iterate over AVOptions-enabled children of obj.

@param prev result of a previous call to this function or NULL @return next AVOptions-enabled child or NULL

extern (C) @nogc nothrow
void*
av_opt_child_next
(
void* obj
,
void* prev
)

Meta