00001 /*************************************************************************** 00002 RTPAVProfilePayload32Sender.h - description 00003 ------------------- 00004 begin : Wed Nov 28 2001 00005 copyright : (C) 2001 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 00022 #include <omnetpp.h> 00023 00024 #include "RTPPayloadSender.h" 00025 00034 class RTPAVProfilePayload32Sender : public RTPPayloadSender { 00035 00036 Module_Class_Members(RTPAVProfilePayload32Sender, RTPPayloadSender, 16384); 00037 00041 virtual void initialize(); 00042 00046 //virtual void activity(); 00047 00048 protected: 00049 00053 virtual void initializeSenderModule(RTPInnerPacket *rinpIn); 00054 00059 virtual bool sendPacket(); 00060 00064 double _initialDelay; 00065 00069 double _framesPerSecond; 00070 00075 double _frameNumber; 00076 00077 };