Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

RTPAVProfilePayload10Receiver.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           RTPAVProfilePayload10Receiver.h  -  description
00003                              -------------------
00004     begin                : Fri Sep 20 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 
00022 #include <omnetpp.h>
00023 
00024 #include "RTPPayloadReceiver.h"
00025 #include "RTPAVProfileSampleBasedAudioReceiver.h"
00026 
00027 
00032 class RTPAVProfilePayload10Receiver : public RTPAVProfileSampleBasedAudioReceiver {
00033 
00034         Module_Class_Members(RTPAVProfilePayload10Receiver, RTPAVProfileSampleBasedAudioReceiver, 0);
00035 
00036         virtual void initialize();
00037 
00038         protected:
00039                 virtual void insertSilence(simtime_t duration);
00040 
00041 };

Generated on Tue Sep 12 12:20:20 2006 for RTP model for OMNeT++ by  doxygen 1.4.2