|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.flow.sink.ffmpeg.AbstractFFmpegPlugin
adams.flow.sink.ffmpeg.GenericPlugin
public class GenericPlugin
A generic plugin.
| Field Summary | |
|---|---|
protected String |
m_InputOptions
input options to use for ffmpeg. |
protected String |
m_OutputOptions
output options to use for ffmpeg. |
| Fields inherited from class adams.flow.sink.ffmpeg.AbstractFFmpegPlugin |
|---|
m_AdditionalInputOptions, m_AdditionalOutputOptions, m_BitRate, m_FramesPerSecond, m_Input, m_Owner |
| Fields inherited from class adams.core.option.AbstractOptionHandler |
|---|
m_DebugLevel, m_OptionManager |
| Constructor Summary | |
|---|---|
GenericPlugin()
|
|
| Method Summary | |
|---|---|
protected String |
assembleInputOptions()
Assembles the input command-line options. |
protected String |
assembleOutputOptions()
Assembles the output command-line options. |
void |
defineOptions()
Adds options to the internal list of options. |
String |
getInputOptions()
Returns the input options to use. |
String |
getOutputOptions()
Returns the output options to use. |
String |
globalInfo()
Returns a string describing the object. |
String |
inputOptionsTipText()
Returns the tip text for this property. |
String |
outputOptionsTipText()
Returns the tip text for this property. |
void |
setInputOptions(String value)
Sets the input options to use. |
void |
setOutputOptions(String value)
Sets the output options to use. |
| Methods inherited from class adams.flow.sink.ffmpeg.AbstractFFmpegPlugin |
|---|
bitRateTipText, execute, framesPerSecondTipText, getBitRate, getExecutable, getFramesPerSecond, getInput, getOwner, getQuickInfo, handleException, initialize, reset, setBitRate, setFramesPerSecond, setInput, setOwner, setUp |
| Methods inherited from class adams.core.option.AbstractOptionHandler |
|---|
cleanUpOptions, debug, debug, debugLevelTipText, destroy, finishInit, getDebugLevel, getOptionManager, isDebugOn, newOptionManager, setDebugLevel, toCommandLine, toString |
| Methods inherited from class adams.core.ConsoleObject |
|---|
getDebugging, getSystemErr, getSystemOut, sizeOf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String m_InputOptions
protected String m_OutputOptions
| Constructor Detail |
|---|
public GenericPlugin()
| Method Detail |
|---|
public String globalInfo()
globalInfo in class AbstractOptionHandlerpublic void defineOptions()
defineOptions in interface OptionHandlerdefineOptions in class AbstractFFmpegPluginpublic void setInputOptions(String value)
value - the optionspublic String getInputOptions()
public String inputOptionsTipText()
public void setOutputOptions(String value)
value - the optionspublic String getOutputOptions()
public String outputOptionsTipText()
protected String assembleInputOptions()
assembleInputOptions in class AbstractFFmpegPluginprotected String assembleOutputOptions()
assembleOutputOptions in class AbstractFFmpegPlugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||