#include <RTPAVProfilePayload32Sender.h>
Inheritance diagram for RTPAVProfilePayload32Sender:

Protected Member Functions | |
| virtual void | initializeSenderModule (RTPInnerPacket *rinpIn) |
| virtual bool | sendPacket () |
Protected Attributes | |
| double | _initialDelay |
| double | _framesPerSecond |
| double | _frameNumber |
|
|
This method reads the gdf file header. Reimplemented from RTPPayloadSender. |
|
|
This method sends one mpeg frame. It sends one or more rtp data packet. Returns false if there were no more frames. Reimplemented from RTPPayloadSender. |
|
|
The number of the current mpeg frame. Needed for calculating the rtp time stamp in the rtp data packets. |
|
|
The number of frames per second of the mpeg video. |
|
|
The initial delay of the mpeg video. |
1.4.2