checkBufferData
fn
void checkBufferData(gst.buffer.Buffer buffer, const(void) * data, size_t size)Compare the buffer contents with data and size.
Parameters
buffer | buffer to compare |
data | data to compare to |
size | size of data to compare |