00001 /*************************************************************************** 00002 RTPAVProfile.cc - description 00003 ------------------- 00004 begin : Thu Nov 29 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 00023 #include "RTPAVProfile.h" 00024 00025 Define_Module(RTPAVProfile); 00026 00027 void RTPAVProfile::initialize() 00028 { 00029 RTPProfile::initialize(); 00030 _profileName = "AVProfile"; 00031 _rtcpPercentage = 5; 00032 _preferredPort = 5005; 00033 }