av_dump_format

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)

extern (C) @nogc nothrow
void
av_dump_format
(,
int index
,
const(char)* url
,)

Meta