public static interface InputSelector.SWITCH
| Modifier and Type | Method and Description |
|---|---|
void |
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).
|
void Switch(InputSelector inputselector, Pad pad, long stop_time, long start_time)
inputselector - pad - the pad to switch tostop_time - running time at which to close the previous segment, or -1 to use
the running time of the previously active sink padstart_time - running time at which to start the new segment, or -1 to use the
running time of the newly active sink pad