11 #ifndef _MpSyncFlowgraphMsg_h_ 12 #define _MpSyncFlowgraphMsg_h_ 18 #include "utl/UtlSerialized.h" 19 #include "os/OsEvent.h" 126 inline UtlSerialized &
getData();
175 #endif // _MpSyncFlowgraphMsg_h_ Message object used to communicate with the media processing task.
Definition: MpFlowGraphMsg.h:33
UtlSerialized mData
Packed data to be passed to the resource,.
Definition: MpSyncFlowgraphMsg.h:147
OsMsg * createCopy() const
Definition: MpSyncFlowgraphMsg.h:100
~MpSyncFlowgraphMsg()
Destructor.
Definition: MpSyncFlowgraphMsg.h:106
MpSyncFlowgraphMsg(int msgType, OsEvent *pDoneEvent=NULL)
Constructor.
Definition: MpSyncFlowgraphMsg.h:85
OsEvent * mpDoneEvent
Definition: MpSyncFlowgraphMsg.h:144
MpSyncFlowgraphMsg & operator=(const MpSyncFlowgraphMsg &rhs)
Assignment operator.
Definition: MpSyncFlowgraphMsg.h:152
OsEvent * getDoneEvent()
Get done-event.
Definition: MpSyncFlowgraphMsg.h:170
MpFlowGraphMsg & operator=(const MpFlowGraphMsg &rhs)
Assignment operator.
Definition: MpFlowGraphMsg.cpp:70
Message used to communicate with a flowgraph with ability to wait for command completion and get its ...
Definition: MpSyncFlowgraphMsg.h:75
UtlSerialized & getData()
Get stored data.
Definition: MpSyncFlowgraphMsg.h:165
MpSyncFlowgraphMsg(const MpSyncFlowgraphMsg &rMsg)
Copy constructor.
Definition: MpSyncFlowgraphMsg.h:92