Banuba SDK
Loading...
Searching...
No Matches
low_light_listener.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/utils/defs.hpp>
11
12namespace bnb { namespace interfaces {
13
14/**internal */
15class BNB_EXPORT low_light_listener {
16public:
17 virtual ~low_light_listener() {}
18
19 /**internal */
20 virtual void on_low_light_changed(bool is_low_light) = 0;
21};
22
23} } // namespace bnb::interfaces
24/// @}
25
virtual void on_low_light_changed(bool is_low_light)=0
internal