#include <mnt_rtp_payload_dumper.h>
Inheritance diagram for MntRTPPayloadDumper:
Public Member Functions | |
MntRTPPayloadDumper (const char *name) | |
~MntRTPPayloadDumper () | |
virtual void | recv (MntData *p) |
|
Open a file using the given name for writing. If the file cannot be opened, /tmp/rtp.dump will be used for writing, and if that fails, the program will crash.
|
|
Close the file opened for payload dumping. |
|
Receive an MntRTPMPEGPacket object, dump the payload to a file, and push the object to the down stream components. Reimplemented from MntComponent. |