Package tv.hd3g.fflauncher
Interface SimpleSourceTraits
- All Superinterfaces:
InputSourceProviderTraits,InternalParametersSupplier
- All Known Subinterfaces:
HardwareProcessTraits,InputGeneratorsTraits
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidaddSimpleInputSource(File file, String... sourceOptions) Define cmd var name like <%IN_AUTOMATIC_n%> with "n" the # of setted sources.voidaddSimpleInputSource(File file, List<String> sourceOptions) default voidaddSimpleInputSource(String sourceName, String... sourceOptions) Define cmd var name like <%IN_AUTOMATIC_n%> with "n" the # of setted sources.voidaddSimpleInputSource(String sourceName, List<String> sourceOptions) Methods inherited from interface tv.hd3g.fflauncher.InputSourceProviderTraits
addInputSource, addInputSource, addInputSource, addInputSourceMethods inherited from interface tv.hd3g.fflauncher.InternalParametersSupplier
getInputSources, getInternalParameters
-
Method Details
-
addSimpleInputSource
Define cmd var name like <%IN_AUTOMATIC_n%> with "n" the # of setted sources. Add -i parameter Add now in current Parameters the new add var only if not exists (you should call fixIOParametredVars, if you have add manually vars in Parametres) -
addSimpleInputSource
Define cmd var name like <%IN_AUTOMATIC_n%> with "n" the # of setted sources. Add -i parameter Add now in current Parameters the new add var only if not exists (you should call fixIOParametredVars, if you have add manually vars in Parametres) -
addSimpleInputSource
-
addSimpleInputSource
-