Banuba SDK
Loading...
Searching...
No Matches
Enumerations
rotation.hpp File Reference
#include <functional>

Go to the source code of this file.

Enumerations

enum class  rotation : int { deg_0 , deg_90 , deg_180 , deg_270 }
 

Enumeration Type Documentation

◆ rotation

enum class bnb::interfaces::rotation : int
strong

Definition at line 14 of file rotation.hpp.

14 : int {
15 deg_0,
16 deg_90,
17 deg_180,
18 deg_270,
19};