org.gstreamer.elements
Interface DecodeBin.NEW_DECODED_PAD

Enclosing class:
DecodeBin

public static interface DecodeBin.NEW_DECODED_PAD

Signal emitted when this DecodeBin decodes a new pad.


Method Summary
 void newDecodedPad(Element element, Pad pad, boolean last)
           
 

Method Detail

newDecodedPad

void newDecodedPad(Element element,
                   Pad pad,
                   boolean last)
Parameters:
element - The element which has the new Pad.
pad - the new Pad.
last - (unknown)