org.gstreamer.elements
Interface DecodeBin2.NEW_DECODED_PAD

Enclosing class:
DecodeBin2

public static interface DecodeBin2.NEW_DECODED_PAD

Signal emitted when this DecodeBin2 decodes a new pad.


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

Method Detail

newDecodedPad

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