![]() |
Banuba SDK
|
#include <functional>Go to the source code of this file.
Enumerations | |
| enum class | bnb::interfaces::processor_status : int { ok , empty , skip , error } |
|
strong |
| Enumerator | |
|---|---|
| ok | Processed frame data. |
| empty | Processor output buffer is empty. |
| skip | Processing is skipped. |
| error | Error happen, check log. |
Definition at line 14 of file processor_status.hpp.