av_hex_dump

Send a nice hexadecimal dump of a buffer to the specified file stream.

@param f The file stream pointer where the dump should be sent to. @param buf buffer @param size buffer size

@see av_hex_dump_log, av_pkt_dump2, av_pkt_dump_log2

extern (C) @nogc nothrow
void
av_hex_dump
(
FILE* f
,
const(ubyte)* buf
,
int size
)

Meta