org.gstreamer.elements
Interface BaseSink.HANDOFF

Enclosing class:
BaseSink

public static interface BaseSink.HANDOFF

Signal emitted when this BaseSink has a Buffer ready.

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

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

Method Detail

handoff

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

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