Build
Function Usage
Adds plugins in sequence based on Add to construct a unidirectional sequential process.
This function must be used together with Stream::Stop. Do not call Build and Stop repeatedly in a process.
In a single pipeline, the maximum number of plugins and pipeline configuration items is 5120.
Prototype
1 | APP_ERROR SequentialStream::Build(); |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: SequentialStream