Build

Function Usage

This function is used to create MIMO process based on the inputs and outputs of the FunctionalStream constructor. During process construction, recursion operations are performed based on the upstream and downstream relationships of plugins. The maximum number of recursion times is 4096, and the maximum number of plugins and pipeline configuration items in a pipeline is 5120.

Set the plugin and its input and output properly.

This function must be used together with Stream::Stop. Do not call Build and Stop repeatedly in a process.

Prototype

1
APP_ERROR FunctionalStream::Build();

Response Parameters

Data Structure

Description

APP_ERROR

For details about the returned error codes, see APP_ERROR Description.