org.gstreamer.elements
Interface Queue.RUNNING

Enclosing class:
Queue

public static interface Queue.RUNNING

Reports that enough (min-threshold) data is in the queue. Use this signal together with the underrun signal to pause the pipeline on underrun and wait for the queue to fill-up before resume playback.

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

Method Summary
 void running(Queue queue)
           
 

Method Detail

running

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