[−][src]Function ffmpeg_dev::sys::av_dump_format
pub unsafe extern "C" fn av_dump_format(
ic: *mut AVFormatContext,
index: c_int,
url: *const c_char,
is_output: c_int
)
Print detailed information about the input or output format, such as duration, bitrate, streams, container, programs, metadata, side data, codec and time base.
@param ic the context to analyze @param index index of the stream to dump information about @param url the URL to print, such as source or destination file @param is_output Select whether the specified context is an input(0) or output(1)