Gst.Buffer.prototype.memcmp
function memcmp(offset:gsize, mem:[guint8]):Number { // Gjs wrapper for gst_buffer_memcmp() }
Compare size bytes starting from offset in buffer with the memory in mem.
- offset
the offset in buffer
- mem
the memory to compare
- Returns
0 if the memory is equal.