Gst.AtomicQueue.prototype.peek
function peek():gpointer {
    // Gjs wrapper for gst_atomic_queue_peek()
}Peek the head element of the queue without removing it from the queue.
- Returns
- the head element of queue or NULL when the queue is empty. 
function peek():gpointer {
    // Gjs wrapper for gst_atomic_queue_peek()
}Peek the head element of the queue without removing it from the queue.
the head element of queue or NULL when the queue is empty.