av_muxer_iterate

Iterate over all registered muxers.

@param opaque a pointer where libavformat will store the iteration state. Must point to NULL to start the iteration.

@return the next registered muxer or NULL when the iteration is finished

extern (C) @nogc nothrow
av_muxer_iterate
(
void** opaque
)

Meta