org.gstreamer
Interface Element.HANDOFF

Enclosing class:
Element

public static interface Element.HANDOFF

Signal emitted when this Element has a Buffer ready.

See Also:
Element.connect(HANDOFF), Element.disconnect(HANDOFF)

Method Summary
 void handoff(Element element, Buffer buffer, Pad pad)
          Called when an Element has a Buffer ready.
 

Method Detail

handoff

void handoff(Element element,
             Buffer buffer,
             Pad pad)
Called when an Element has a Buffer ready.

Parameters:
element - the element which has a buffer ready.
buffer - the buffer for the data.
pad - the pad on the element.