Classes |
| class | HandBrake::ApplicationServices::Parsing::Parser |
| | A simple wrapper around a StreamReader to keep track of the entire output from a cli process. More...
|
Namespaces |
| namespace | HandBrake::ApplicationServices::Parsing |
Functions |
| delegate void | HandBrake::ApplicationServices::Parsing::DataReadEventHandler (object sender, string data) |
| | A delegate to handle custom events regarding data being parsed from the buffer.
|
| delegate void | HandBrake::ApplicationServices::Parsing::ScanProgressEventHandler (object sender, int currentTitle, int titleCount, decimal percentage) |
| | A delegate to handle events regarding progress during DVD scanning.
|
| delegate void | HandBrake::ApplicationServices::Parsing::EncodeProgressEventHandler (object sender, int currentTask, int taskCount, float percentComplete, float currentFps, float averageFps, string timeRemaining) |
| | A delegate to handle encode progress updates // EXPERIMENTAL.
|