ButterflowWrapper Methods |
The ButterflowWrapper type exposes the following members.
Name | Description | |
---|---|---|
AddConstantCallProperty | Adds a property that will always be called when any property is updated.. (Inherited from PropertyChangedAlerter.) | |
Cancel | Kills the running instance of butterflow, cancelling its current operation. | |
OnAllPropertiesChanged | Executes when all properties are changed and should be updated. (Inherited from PropertyChangedAlerter.) | |
OnParsedConsoleOutputRecieved | Executes the parsed console output recieved action. | |
OnPropertyChanged |
Executes the property changed action. This alerts subscribers to its change in value.
(Inherited from PropertyChangedAlerter.) | |
ParseConsoleOutput |
Parses console output and attempts to find known values. If a known value is found, the
event is triggered.
| |
Probe | Probes a video file. | |
Process_Exited | Event handler. Called by Process for exited events. | |
Process_OutputDataReceived | Event handler. Called by Process for output data received events. | |
Run(String) | Runs butterflow with the given arguments. | |
Run(OptionsConfiguration) | Runs butterflow with the given optionsConfiguration. |