Banuba SDK
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 generated by Djinni from effect_player.djinni
7 
8 #pragma once
9 
10 #include <bnb/utils/defs.hpp>
11 
12 namespace bnb { namespace interfaces {
13 
14 /**internal */
15 class BNB_EXPORT low_light_listener {
16 public:
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 
bnb::interfaces::low_light_listener
internal
Definition: low_light_listener.hpp:15
bnb::interfaces::low_light_listener::on_low_light_changed
virtual void on_low_light_changed(bool is_low_light)=0
internal