Package | Description |
---|---|
org.gstreamer.elements |
Modifier and Type | Method and Description |
---|---|
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).
|