Gst.Buffer.prototype.get_memory
function get_memory(idx:Number):Gst.Memory {
// Gjs wrapper for gst_buffer_get_memory()
}Get the memory block at index idx in buffer.
- idx
an index
- Returns
a Gst.Memory that contains the data of the memory block at idx. Use gst_memory_unref () after usage.