EMIPLIB
|
#include "mipconfig.h"
#include "miptypes.h"
Go to the source code of this file.
Classes | |
class | MIPMessage |
Base class of messages passed in a MIPComponentChain instance. More... | |
Defines | |
#define | MIPMESSAGE_TYPE_SYSTEM 0x00000001 |
A message with this type number indicates an object of type MIPSystemMessage. | |
#define | MIPMESSAGE_TYPE_AUDIO_RAW 0x00000002 |
A message with this type number indicates a raw audio message (miprawaudiomessage.h). | |
#define | MIPMESSAGE_TYPE_AUDIO_ENCODED 0x00000004 |
A message with this type indicates an encoded audio message (mipencodedaudiomessage.h). | |
#define | MIPMESSAGE_TYPE_VIDEO_RAW 0x00000008 |
A message with this type number indicates a raw video message (miprawvideomessage.h). | |
#define | MIPMESSAGE_TYPE_VIDEO_ENCODED 0x00000010 |
A message with this type indicates an encoded video message (mipencodedvideomessage.h). | |
#define | MIPMESSAGE_TYPE_RTP 0x00000020 |
A message with this type number indicates either an object of type MIPRTPSendMessage or an object of type MIPRTPReceiveMessage. | |
#define | MIPMESSAGE_TYPE_ALL 0xffffffff |
This define can be used in specifying a message filter to indicate that all messages types (or subtypes) are allowed. |