util_dump_mem
function util_dump_mem(mem:guint8, size:Number):void {
// Gjs wrapper for gst_util_dump_mem()
}Dumps the memory block into a hex representation. Useful for debugging.
- mem
a pointer to the memory to dump
- size
the size of the memory block to dump