00001 /*************************************************************************** 00002 RTPAVProfilePayload32Receiver.h - description 00003 ------------------- 00004 begin : Sun Jan 6 2002 00005 copyright : (C) 2002 by Matthias Oppitz 00006 email : Matthias.Oppitz@gmx.de 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 00023 #ifndef __RTPAVPROFILEPAYLOAD32RECEIVER_H__ 00024 #define __RTPAVPROFILEPAYLOAD32RECEIVER_H__ 00025 00026 #include "omnetpp.h" 00027 00028 #include "RTPPayloadReceiver.h" 00029 00040 class RTPAVProfilePayload32Receiver : public RTPPayloadReceiver { 00041 00042 Module_Class_Members(RTPAVProfilePayload32Receiver, RTPPayloadReceiver, 0); 00043 00047 virtual ~RTPAVProfilePayload32Receiver(); 00048 00052 virtual void initialize(); 00053 00054 00055 protected: 00056 00060 cQueue *_queue; 00061 00066 u_int32 _lowestAllowedTimeStamp; 00067 00073 virtual void processPacket(RTPPacket *packet); 00074 00075 00076 }; 00077 00078 #endif