Expand description
A workflow represents a single media pipeline. Each workflow contains one or more steps that can either receive video, transform video, or send video to other sources. Media data transitions from one step to the next in a linear fashion based on the order in which they were defined.
Modules§
- definitions
- manager
- A workflow manager is a centralized actor that orchestrates multiple workflows. It can be used to start new workflows, change the steps of a managed workflow, get status the of managed workflows, and stop a managed workflow.
- steps
- Workflow steps are individual actions that can be taken on media as part of a media pipeline.
Structs§
- Media
Notification - Notification about media coming across a specific stream
- Workflow
Request - A request to the workflow to perform an action
- Workflow
State - Workflow
Step State
Enums§
- Media
Notification Content - The detailed information contained within a media notification
- Workflow
Request Operation - Operations that can be made to an actively running workflow
- Workflow
Status
Functions§
- start_
workflow - Starts the execution of a workflow with the specified definition