Module mmids_core::workflows::steps
source · Expand description
Workflow steps are individual actions that can be taken on media as part of a media pipeline.
Modules
The workflow forwarder step takes all media notifications it receives and sends them to the
specified workflow, using the workflow media relay. All media notifications are also passed
to subsequent steps.
Structs
Inputs to be passed in for execution of a workflow step.
Resulting outputs that come from executing a workflow step.
Enums
Various statuses of an individual step
Traits
Represents the result of a future for a workflow step. It is expected that the workflow step
will downcast this result into a struct that it owns.
Represents a workflow step that can be executed