mirror of
https://github.com/openharmony/multimedia_video_processing_engine.git
synced 2026-07-18 17:14:29 -04:00
@@ -94,12 +94,23 @@ public:
|
||||
|
||||
/**
|
||||
* @brief Stop video processing.
|
||||
*
|
||||
* This method must be called during running.
|
||||
*
|
||||
* @return If successful, returns {@link VPE_ALGO_ERR_OK}. On error, retuns an error code.
|
||||
* @since 5.1
|
||||
* @version 5.1
|
||||
*/
|
||||
virtual VPEAlgoErrCode Stop();
|
||||
|
||||
/**
|
||||
* @brief Releases all resources before destructor. All methods are unavailable after calling this.
|
||||
* @return If successful, returns {@link VPE_ALGO_ERR_OK}. On error, retuns an error code.
|
||||
* @since 5.1
|
||||
* @version 5.1
|
||||
*/
|
||||
virtual VPEAlgoErrCode Release();
|
||||
|
||||
/**
|
||||
* @brief Flush both input and output buffers for video processing.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user