org.gstreamer.elements
Interface DecodeBin.REMOVED_DECODED_PAD

Enclosing class:
DecodeBin

public static interface DecodeBin.REMOVED_DECODED_PAD

Signal emitted when this DecodeBin decodes a removed pad.


Method Summary
 void removedDecodedPad(DecodeBin element, Pad pad)
           
 

Method Detail

removedDecodedPad

void removedDecodedPad(DecodeBin element,
                       Pad pad)
Parameters:
element - The element which has the new Pad.
pad - the new Pad.