Function rsmpeg::ffi::av_dump_format[][src]

pub unsafe extern "C" fn av_dump_format(
    ic: *mut AVFormatContext,
    index: i32,
    url: *const i8,
    is_output: i32
)
Expand description

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)