15 #ifndef _MpStreamMsg_h_ 16 #define _MpStreamMsg_h_ 21 #include <utl/UtlString.h> 60 void* pPtr2=NULL, intptr_t int1=-1, intptr_t int2=-1);
150 #endif // _MpStreamMsg_h_ Definition: MpStreamMsg.h:46
UtlString mTarget
Target ID.
Definition: MpStreamMsg.h:139
void setInt1(intptr_t i)
Sets integer 1 of the stream message.
Definition: MpStreamMsg.cpp:115
void * mpPtr1
Message pointer 1.
Definition: MpStreamMsg.h:141
void setPtr2(void *p)
Sets pointer 2 (void*) of the stream message.
Definition: MpStreamMsg.cpp:109
Definition: MpStreamMsg.h:50
intptr_t getInt2() const
Return integer 2 of the media stream message.
Definition: MpStreamMsg.cpp:165
StreamHandle mHandle
Stream Handle.
Definition: MpStreamMsg.h:140
Message object used to communicate with the media processing task.
Definition: MpStreamMsg.h:36
virtual OsMsg * createCopy() const
Create a copy of this msg object (which may be of a derived type)
Definition: MpStreamMsg.cpp:57
Definition: MpStreamMsg.h:45
MpStreamMsgType
Phone set message types.
Definition: MpStreamMsg.h:42
void setTarget(UtlString &target)
Sets the target id of the stream message.
Definition: MpStreamMsg.cpp:91
UtlString getTarget() const
Return the target id of the stream message.
Definition: MpStreamMsg.cpp:135
MpStreamMsg & operator=(const MpStreamMsg &rhs)
Assignment operator.
Definition: MpStreamMsg.cpp:72
MpStreamMsg(int msg, UtlString &target, StreamHandle handle, void *pPtr1=NULL, void *pPtr2=NULL, intptr_t int1=-1, intptr_t int2=-1)
Constructor.
Definition: MpStreamMsg.cpp:31
intptr_t getInt1() const
Return integer 1 of the media stream message.
Definition: MpStreamMsg.cpp:159
void * StreamHandle
Handles used by the renderer.
Definition: StreamDefs.h:42
intptr_t mInt2
Message integer 2.
Definition: MpStreamMsg.h:144
Definition: MpStreamMsg.h:49
Definition: MpStreamMsg.h:48
void * getPtr2() const
Return pointer 2 (void*) of the stream message.
Definition: MpStreamMsg.cpp:153
void setInt2(intptr_t i)
Sets integer 2 of the stream message.
Definition: MpStreamMsg.cpp:121
void setPtr1(void *p)
Sets pointer 1 (void*) of the stream message.
Definition: MpStreamMsg.cpp:103
virtual ~MpStreamMsg()
Destructor.
Definition: MpStreamMsg.cpp:63
intptr_t mInt1
Message integer 1.
Definition: MpStreamMsg.h:143
Definition: MpStreamMsg.h:47
Definition: MpStreamMsg.h:51
void * getPtr1() const
Return pointer 1 (void*) of the stream message.
Definition: MpStreamMsg.cpp:147
void setHandle(StreamHandle handle)
Sets the stream handle of the stream message.
Definition: MpStreamMsg.cpp:97
int getMsg() const
Returns the type of the stream message.
Definition: MpStreamMsg.cpp:129
StreamHandle getHandle() const
Return stream handle of stream msg.
Definition: MpStreamMsg.cpp:141
void * mpPtr2
Message pointer 2.
Definition: MpStreamMsg.h:142
Definition: MpStreamMsg.h:44