|
EMIPLIB
|
#include "mipconfig.h"#include "mipvideomessage.h"#include "miptypes.h"#include "miptime.h"#include <string.h>
Go to the source code of this file.
Classes | |
| class | MIPRawYUV420PVideoMessage |
| Container for an YUV420P encoded raw video frame. More... | |
| class | MIPRawYUYVVideoMessage |
| Container for an YUYV encoded raw video frame. More... | |
| class | MIPRawRGBVideoMessage |
| Container for an RGB encoded raw video frame. More... | |
Defines | |
| #define | MIPRAWVIDEOMESSAGE_TYPE_YUV420P 0x00000001 |
| A message with this subtype represents a YUV420P encoded video frame, stored in a MIPRawYUV420PVideoMessage instance. | |
| #define | MIPRAWVIDEOMESSAGE_TYPE_YUYV 0x00000002 |
| A message with this subtype represents a YUYV encoded video frame, stored in a MIPRawYUYVVideoMessage instance. | |
| #define | MIPRAWVIDEOMESSAGE_TYPE_RGB24 0x00000004 |
| A message with this subtype represents a 24-bit RGB video frame, stored in a MIPRawRGBVideoMessage instance. | |
| #define | MIPRAWVIDEOMESSAGE_TYPE_RGB32 0x00000008 |
| A message with this subtype represents a 32-bit RGB video frame, stored in a MIPRawRGBVideoMessage instance. | |
1.7.3