org.gstreamer.elements
Interface Identity.HANDOFF

Enclosing class:
Identity

public static interface Identity.HANDOFF

Signal emitted when this Identity has a Buffer ready.

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

Method Summary
 void handoff(Identity identity, Buffer buffer)
          Called when an BaseSrc has a Buffer ready.
 

Method Detail

handoff

void handoff(Identity identity,
             Buffer buffer)
Called when an BaseSrc has a Buffer ready.

Parameters:
identity - the identity instance.
buffer - the buffer for the data.