#include <vector>
Include dependency graph for VideoUser.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | ot |
Classes | |
| class | ot::VideoUser |
Typedefs | |
| typedef std::vector< VideoUser * > | ot::VideoUserVector |
Enumerations | |
| enum | ot::PIXEL_FORMAT { ot::FORMAT_R8G8B8 = 0, ot::FORMAT_B8G8R8 = 1, ot::FORMAT_R8G8B8X8 = 2, ot::FORMAT_B8G8R8X8 = 3, ot::FORMAT_R5G6B5 = 4, ot::FORMAT_L8 = 5, ot::FORMAT_UNKNOWN = 6, ot::FORMAT_X8B8G8R8 = 7 } |
| Chosen to be compatible to OpenVideo's pixel formats! More... | |
1.4.6