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