Banuba SDK
Loading...
Searching...
No Matches
bnb::interfaces::processor_result Struct Referencefinal

Public Member Functions

 processor_result (processor_status status_, std::shared_ptr<::bnb::interfaces::frame_data > frame_data_)
 

Public Attributes

processor_status status
 
std::shared_ptr<::bnb::interfaces::frame_dataframe_data
 

Detailed Description

Definition at line 18 of file processor_result.hpp.

Constructor & Destructor Documentation

◆ processor_result()

bnb::interfaces::processor_result::processor_result ( processor_status status_,
std::shared_ptr<::bnb::interfaces::frame_data > frame_data_ )
inline

Definition at line 22 of file processor_result.hpp.

24 : status(std::move(status_))
25 , frame_data(std::move(frame_data_))
26 {}

Member Data Documentation

◆ frame_data

std::shared_ptr<::bnb::interfaces::frame_data> bnb::interfaces::processor_result::frame_data

Definition at line 20 of file processor_result.hpp.

◆ status

processor_status bnb::interfaces::processor_result::status

Definition at line 19 of file processor_result.hpp.


The documentation for this struct was generated from the following file: