Banuba SDK
All Classes Files Functions Variables Typedefs Enumerations Enumerator Modules
color_range.hpp File Reference
#include <functional>

Go to the source code of this file.

Enumerations

enum class  color_range : int { video , full }

Enumeration Type Documentation

◆ color_range

enum class bnb::interfaces::color_range : int
strong

Definition at line 14 of file color_range.hpp.

14 : int {
15 video,
16 full,
17};