|
OpenH323
1.18.0
|
#include <rtp2wav.h>
Public Member Functions | |
| OpalRtpToWavFile () | |
| OpalRtpToWavFile (const PString &filename) | |
| virtual BOOL | OnFirstPacket (RTP_DataFrame &frame) |
| const PNotifier & | GetReceiveHandler () const |
Protected Member Functions | |
| PDECLARE_NOTIFIER (RTP_DataFrame, OpalRtpToWavFile, ReceivedPacket) | |
Protected Attributes | |
| PNotifier | receiveHandler |
| RTP_DataFrame::PayloadTypes | payloadType |
| PBYTEArray | lastFrame |
| PINDEX | lastPayloadSize |
This class encapsulates a WAV file that can be used to intercept RTP data in the standard H323RTPChannel class.
| OpalRtpToWavFile::OpalRtpToWavFile | ( | const PString & | filename | ) |
| const PNotifier& OpalRtpToWavFile::GetReceiveHandler | ( | ) | const [inline] |
References receiveHandler.
| virtual BOOL OpalRtpToWavFile::OnFirstPacket | ( | RTP_DataFrame & | frame | ) | [virtual] |
| OpalRtpToWavFile::PDECLARE_NOTIFIER | ( | RTP_DataFrame | , |
| OpalRtpToWavFile | , | ||
| ReceivedPacket | |||
| ) | [protected] |
PBYTEArray OpalRtpToWavFile::lastFrame [protected] |
PINDEX OpalRtpToWavFile::lastPayloadSize [protected] |
PNotifier OpalRtpToWavFile::receiveHandler [protected] |
Referenced by GetReceiveHandler().
1.7.6.1