org.gstreamer.elements
Interface MultiQueue.OVERRUN

Enclosing class:
MultiQueue

public static interface MultiQueue.OVERRUN

Signal emitted when one of the queues in the multiqueue is full (overrun). A queue 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. This can be used as an indicator of pre-roll.

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

Method Summary
 void overrun(MultiQueue mq)
           
 

Method Detail

overrun

void overrun(MultiQueue mq)
Parameters:
mq - the object which received the signal