#include <RTPAVProfile.h>
Inheritance diagram for RTPAVProfile:
Protected Member Functions | |
virtual void | initialize () |
void RTPAVProfile::initialize | ( | ) | [protected, virtual] |
This initialisation method sets following values: name, rtcpPercentage and preferredPort.
Reimplemented from RTPProfile.
00029 { 00030 RTPProfile::initialize(); 00031 _profileName = "AVProfile"; 00032 _rtcpPercentage = 5; 00033 _preferredPort = IN_Port(5005); 00034 }