RTPAVProfile Class Reference

#include <RTPAVProfile.h>

Inheritance diagram for RTPAVProfile:

RTPProfile

List of all members.


Detailed Description

The class RTPAVProfile is a subclass of RTPProfile. It does not extend the functionality of its super class, it just sets some values in its initialize() method. For for information about the rtp audio/video profile consult rfc 1890.

Protected Member Functions

virtual void initialize ()

Member Function Documentation

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 };


The documentation for this class was generated from the following files:

Generated on Fri Mar 20 18:51:20 2009 for INET Framework for OMNeT++/OMNEST by  doxygen 1.5.5