Uses of Class
org.gstreamer.elements.InputSelector

Packages that use InputSelector
org.gstreamer.elements   
 

Uses of InputSelector in org.gstreamer.elements
 

Methods in org.gstreamer.elements with parameters of type InputSelector
 long InputSelector.BLOCK.block(InputSelector inputselector)
           
 void InputSelector.SWITCH.Switch(InputSelector inputselector, Pad pad, long stop_time, long start_time)
          The reason to call this function Switch in stead of switch is that "switch" is a keyword in Java and a Java function can't be called switch (so it's not a typo).