| Class | Description |
|---|---|
| Executors |
This maintains a list of reusable
CommandExecutor.Methods. |
| Job |
A Job is associated with a 'source' node, and describes what is currently happening to create
'caches' nodes for it.
|
| JobCallable |
This is the actual callable that can be submitted to the Executors.
|
| JobDefinition |
The description or definition of one 'transcoding' sub job that's doing the transcoding.
|
| Processor |
This commit-processor is used on nodes of type 'streamsources' and is used to initiate the
conversions to other formats which are saved in 'streamsourcescaches'.
|
| RecognizerResult |
Result of a recognizer JobDefinition, just recognizes the type of stream etc.
|
| Result |
When executing an actual
JobDefinition the result is contained in an object like this. |
| SkippedResult |
This is a place holder for the result of a transcoder which is not to be done, because production
of its source was skipped already, or because the source does not match the mime type.
|
| TranscoderResult |
Container for the result of a
JobDefinition. |
| WaitUntilRecognizedFunction |
To be used in a template, indicates when an uploaded file has been recognized and the user
can start editing associated data.
|
| WaitUntilTranscodingFunction |
To be used in a template, indicates when transcoding of the uploaded file has started.
|
| Enum | Description |
|---|---|
| Stage |
This enum can contain the 'stage' of the transcoding process
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}