Banuba SDK
Loading...
Searching...
No Matches
libs
effect_player
bnb
effect_player
interfaces
processor_result.hpp
Go to the documentation of this file.
1
/// \file
2
/// \addtogroup EffectPlayer
3
/// @{
4
///
5
// AUTOGENERATED FILE - DO NOT MODIFY!
6
// This file was generated by Djinni from effect_player.djinni
7
8
#pragma once
9
10
#include "
bnb/effect_player/interfaces/processor_status.hpp
"
11
#include "
bnb/types/interfaces/frame_data.hpp
"
12
#include <memory>
13
#include <optional>
14
#include <utility>
15
16
namespace
bnb {
namespace
interfaces {
17
18
struct
processor_result
final {
19
processor_status
status;
20
std::shared_ptr<::bnb::interfaces::frame_data>
frame_data
;
21
22
processor_result
(
processor_status
status_,
23
std::shared_ptr<::bnb::interfaces::frame_data> frame_data_)
24
: status(std::move(status_))
25
,
frame_data
(std::move(frame_data_))
26
{}
27
};
28
29
} }
// namespace bnb::interfaces
30
/// @}
31
bnb::interfaces::frame_data
getters throw exceptions when data are not available android NNs usually output gpu masks
Definition
frame_data.hpp:41
frame_data.hpp
processor_status.hpp
bnb::interfaces::processor_status
processor_status
Definition
processor_status.hpp:14
bnb::interfaces::processor_result
Definition
processor_result.hpp:18
Generated by
1.12.0