Function rsmpeg::ffi::av_muxer_iterate[][src]

pub unsafe extern "C" fn av_muxer_iterate(
    opaque: *mut *mut c_void
) -> *const AVOutputFormat
Expand description

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