Banuba SDK
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
bnb::interfaces::pixel_buffer Struct Referencefinal

Public Member Functions

 pixel_buffer (::bnb::data_t data_, pixel_format format_, int32_t width_, int32_t heigth_)
 

Public Attributes

::bnb::data_t data
 
pixel_format format
 
int32_t width
 
int32_t heigth
 

Detailed Description

Definition at line 17 of file pixel_buffer.hpp.

Constructor & Destructor Documentation

◆ 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 {}

Member Data Documentation

◆ data

::bnb::data_t bnb::interfaces::pixel_buffer::data

Definition at line 18 of file pixel_buffer.hpp.

◆ format

pixel_format bnb::interfaces::pixel_buffer::format

Definition at line 19 of file pixel_buffer.hpp.

◆ heigth

int32_t bnb::interfaces::pixel_buffer::heigth

Definition at line 21 of file pixel_buffer.hpp.

◆ width

int32_t bnb::interfaces::pixel_buffer::width

Definition at line 20 of file pixel_buffer.hpp.


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