StopStream

Function Usage

Destroys the specified stream object.

During stream destruction, all plugins are stopped. Therefore, you need to ensure that the files or results have been saved.

Prototype

1
APP_ERROR MxStreamManager::StopStream(const std::string& streamName);

Parameters

Parameter

Input/Output

Description

streamName

Input

Stream name.

Response Parameters

Data Structure

Description

APP_ERROR

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