Definition at line 17 of file pixel_buffer.hpp.
 
◆ pixel_buffer()
  
  | 
        
          | bnb::interfaces::pixel_buffer::pixel_buffer | ( | ::bnb::data_t | data_, |  
          |  |  | pixel_format | format_, |  
          |  |  | int32_t | width_, |  
          |  |  | int32_t | heigth_ ) |  | inline | 
 
Definition at line 23 of file pixel_buffer.hpp.
   27    : data(std::move(data_))
   28    , format(std::move(format_))
   29    , width(std::move(width_))
   30    , heigth(std::move(heigth_))
   31    {}
 
 
◆ data
◆ format
      
        
          | pixel_format bnb::interfaces::pixel_buffer::format | 
      
 
 
◆ heigth
      
        
          | int32_t bnb::interfaces::pixel_buffer::heigth | 
      
 
 
◆ width
      
        
          | int32_t bnb::interfaces::pixel_buffer::width | 
      
 
 
The documentation for this struct was generated from the following file:
- /Users/itumashyk/Workspace/banuba_sdk/libs/types/bnb/types/interfaces/pixel_buffer.hpp