org.gstreamer.elements
Interface Queue.UNDERRUN

Enclosing class:
Queue

public static interface Queue.UNDERRUN

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

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

Method Summary
 void underrun(Queue queue)
           
 

Method Detail

underrun

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