org.gstreamer.elements
Interface Queue.OVERRUN

Enclosing class:
Queue

public static interface Queue.OVERRUN

Reports that the buffer became full (overrun). A buffer is full if the total amount of data inside it (num-buffers, time, size) is higher than the boundary values which can be set through the GObject properties.

See Also:
Queue.connect(OVERRUN), Queue.disconnect(OVERRUN)

Method Summary
 void overrun(Queue queue)
           
 

Method Detail

overrun

void overrun(Queue queue)
Parameters:
queue - the object which received the signal