org.gstreamer.elements
Interface MultiQueue.UNDERRUN

Enclosing class:
MultiQueue

public static interface MultiQueue.UNDERRUN

This signal is emitted from the streaming thread when there is no data in any of the queues inside the multiqueue instance (underrun). This indicates either starvation or EOS from the upstream data sources.

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

Method Summary
 void underrun(MultiQueue mq)
           
 

Method Detail

underrun

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