org.gstreamer.elements
Interface BaseSrc.HANDOFF

Enclosing class:
BaseSrc

public static interface BaseSrc.HANDOFF

Signal emitted when this BaseSrc has a Buffer ready.

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

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

Method Detail

handoff

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

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