Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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.

00029                               {
00030     RTPProfile::initialize();
00031     _profileName = "AVProfile";
00032     _rtcpPercentage = 5;
00033     _preferredPort = IN_Port(5005);
00034 }


The documentation for this class was generated from the following files:
Generated on Sat Apr 1 20:52:24 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.1