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

Public Member Functions

 full_image_format (int32_t width_, int32_t height_, rotation orientation_)
 

Public Attributes

int32_t width
 
int32_t height
 
rotation orientation
 

Detailed Description

Definition at line 16 of file full_image_format.hpp.

Constructor & Destructor Documentation

◆ full_image_format()

bnb::interfaces::full_image_format::full_image_format ( int32_t width_,
int32_t height_,
rotation orientation_ )
inline

Definition at line 21 of file full_image_format.hpp.

24 : width(std::move(width_))
25 , height(std::move(height_))
26 , orientation(std::move(orientation_))
27 {}

Member Data Documentation

◆ height

int32_t bnb::interfaces::full_image_format::height

Definition at line 18 of file full_image_format.hpp.

◆ orientation

rotation bnb::interfaces::full_image_format::orientation

Definition at line 19 of file full_image_format.hpp.

◆ width

int32_t bnb::interfaces::full_image_format::width

Definition at line 17 of file full_image_format.hpp.


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