org.gstreamer.elements
Interface TypeFind.HAVE_TYPE

Enclosing class:
TypeFind

public static interface TypeFind.HAVE_TYPE

Signal emitted when a new media type is identified at the TypeFind element.


Method Summary
 void typeFound(Element elem, int probability, Caps caps)
           
 

Method Detail

typeFound

void typeFound(Element elem,
               int probability,
               Caps caps)