13 #ifndef _MpFlowGraphMsg_h_ 14 #define _MpFlowGraphMsg_h_ 76 void* pPtr1=NULL,
void* pPtr2=NULL,
77 intptr_t int1=-1, intptr_t int2=-1);
170 #endif // _MpFlowGraphMsg_h_ Message object used to communicate with the media processing task.
Definition: MpFlowGraphMsg.h:33
intptr_t getInt1(void) const
Return integer 1 of the media flow graph message.
Definition: MpFlowGraphMsg.cpp:148
Definition: MpFlowGraphMsg.h:65
virtual ~MpFlowGraphMsg()
Destructor.
Definition: MpFlowGraphMsg.cpp:61
virtual OsMsg * createCopy(void) const
Create a copy of this msg object (which may be of a derived type)
Definition: MpFlowGraphMsg.cpp:55
void setPtr1(void *p)
Sets pointer 1 (void*) of the media flow graph message.
Definition: MpFlowGraphMsg.cpp:96
void * getPtr2(void) const
Return pointer 2 (void*) of the media flow graph message.
Definition: MpFlowGraphMsg.cpp:142
Definition: MpFlowGraphMsg.h:52
Definition: MpFlowGraphMsg.h:46
Definition: MpFlowGraphMsg.h:44
MpResource * mpMsgDest
Intended recipient for this message.
Definition: MpFlowGraphMsg.h:160
Definition: MpFlowGraphMsg.h:42
Definition: MpFlowGraphMsg.h:51
Definition: MpFlowGraphMsg.h:54
Definition: MpFlowGraphMsg.h:50
void setMsgDest(MpResource *pMsgDest)
Set destination object of the message.
Definition: MpFlowGraphMsg.cpp:89
Definition: MpFlowGraphMsg.h:49
void setInt2(intptr_t i)
Sets integer 2 of the media flow graph message.
Definition: MpFlowGraphMsg.cpp:114
Definition: MpFlowGraphMsg.h:47
void * mpPtr1
Pointer to data 1.
Definition: MpFlowGraphMsg.h:161
intptr_t getInt2(void) const
Return integer 2 of the media flow graph message.
Definition: MpFlowGraphMsg.cpp:154
Definition: MpFlowGraphMsg.h:53
MpFlowGraphMsgType
Phone set message types.
Definition: MpFlowGraphMsg.h:39
Definition: MpFlowGraphMsg.h:61
Definition: MpFlowGraphMsg.h:45
void * getPtr1(void) const
Return pointer 1 (void*) of the media flow graph message.
Definition: MpFlowGraphMsg.cpp:136
MpFlowGraphMsg(int msg, MpResource *pMsgDest=NULL, void *pPtr1=NULL, void *pPtr2=NULL, intptr_t int1=-1, intptr_t int2=-1)
Constructor.
Definition: MpFlowGraphMsg.cpp:31
Definition: MpFlowGraphMsg.h:63
MpFlowGraphMsg & operator=(const MpFlowGraphMsg &rhs)
Assignment operator.
Definition: MpFlowGraphMsg.cpp:70
Definition: MpFlowGraphMsg.h:60
Definition: MpFlowGraphMsg.h:57
Definition: MpFlowGraphMsg.h:48
intptr_t mInt1
Integer data 1.
Definition: MpFlowGraphMsg.h:163
int getMsg(void) const
Returns the type of the media flow graph message.
Definition: MpFlowGraphMsg.cpp:122
void setInt1(intptr_t i)
Sets integer 1 of the media flow graph message.
Definition: MpFlowGraphMsg.cpp:108
intptr_t mInt2
Integer data 2.
Definition: MpFlowGraphMsg.h:164
Definition: MpFlowGraphMsg.h:56
Definition: MpFlowGraphMsg.h:41
MpResource * getMsgDest(void) const
Get destination object of the message.
Definition: MpFlowGraphMsg.cpp:130
Abstract base class for all media processing objects.
Definition: MpResource.h:56
Definition: MpFlowGraphMsg.h:43
Definition: MpFlowGraphMsg.h:59
void setPtr2(void *p)
Sets pointer 2 (void*) of the media flow graph message.
Definition: MpFlowGraphMsg.cpp:102
void * mpPtr2
Pointer to data 2.
Definition: MpFlowGraphMsg.h:162
start of resource-specific messages
Definition: MpFlowGraphMsg.h:67