logic:splitter::streams
Version: 0.0.0
Description
Splits a Streams into multiple coherent streams, actual number of outputs is always less or equal to the given desired number of ouputs.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | streams | streams_container | Streams to split. |
| Pin 1 Required | output_count | int32 | Number of desired outputs. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin -1 | output_count | int32 | Actual number of outputs. |
| Pin 0 | outputs | streams_container | Streams outputs. |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: logic
Plugin: core
Scripting name: split_streams
Full name: logic.split_streams
Internal name: splitter::streams
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.