#include <RTPFile.h>
|
| ~RTPFile () |
|
| RTPFile () |
|
void | Open (const char *outFilename, const char *mode) |
|
void | Close () |
|
void | WriteHeader () |
|
void | ReadHeader () |
|
void | Write (const uint8_t payloadType, const uint32_t timeStamp, const int16_t seqNo, const uint8_t *payloadData, const size_t payloadSize, uint32_t frequency) override |
|
size_t | Read (WebRtcRTPHeader *rtpInfo, uint8_t *payloadData, size_t payloadSize, uint32_t *offset) override |
|
bool | EndOfFile () const override |
|
| ~RTPFile () |
|
| RTPFile () |
|
void | Open (const char *outFilename, const char *mode) |
|
void | Close () |
|
void | WriteHeader () |
|
void | ReadHeader () |
|
void | Write (const uint8_t payloadType, const uint32_t timeStamp, const int16_t seqNo, const uint8_t *payloadData, const size_t payloadSize, uint32_t frequency) override |
|
size_t | Read (WebRtcRTPHeader *rtpInfo, uint8_t *payloadData, size_t payloadSize, uint32_t *offset) override |
|
bool | EndOfFile () const override |
|
virtual | ~RTPStream () |
|
virtual | ~RTPStream () |
|
|
void | MakeRTPheader (uint8_t *rtpHeader, uint8_t payloadType, int16_t seqNo, uint32_t timeStamp, uint32_t ssrc) |
|
void | ParseRTPHeader (WebRtcRTPHeader *rtpInfo, const uint8_t *rtpHeader) |
|
void | MakeRTPheader (uint8_t *rtpHeader, uint8_t payloadType, int16_t seqNo, uint32_t timeStamp, uint32_t ssrc) |
|
void | ParseRTPHeader (WebRtcRTPHeader *rtpInfo, const uint8_t *rtpHeader) |
|
◆ ~RTPFile() [1/2]
webrtc::RTPFile::~RTPFile |
( |
| ) |
|
|
inline |
◆ RTPFile() [1/2]
webrtc::RTPFile::RTPFile |
( |
| ) |
|
|
inline |
◆ ~RTPFile() [2/2]
webrtc::RTPFile::~RTPFile |
( |
| ) |
|
|
inline |
◆ RTPFile() [2/2]
webrtc::RTPFile::RTPFile |
( |
| ) |
|
|
inline |
◆ Close() [1/2]
void webrtc::RTPFile::Close |
( |
| ) |
|
◆ Close() [2/2]
void webrtc::RTPFile::Close |
( |
| ) |
|
◆ EndOfFile() [1/2]
bool webrtc::RTPFile::EndOfFile |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ EndOfFile() [2/2]
bool webrtc::RTPFile::EndOfFile |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ Open() [1/2]
void webrtc::RTPFile::Open |
( |
const char * |
outFilename, |
|
|
const char * |
mode |
|
) |
| |
◆ Open() [2/2]
void webrtc::RTPFile::Open |
( |
const char * |
outFilename, |
|
|
const char * |
mode |
|
) |
| |
◆ Read() [1/2]
◆ Read() [2/2]
◆ ReadHeader() [1/2]
void webrtc::RTPFile::ReadHeader |
( |
| ) |
|
◆ ReadHeader() [2/2]
void webrtc::RTPFile::ReadHeader |
( |
| ) |
|
◆ Write() [1/2]
◆ Write() [2/2]
◆ WriteHeader() [1/2]
void webrtc::RTPFile::WriteHeader |
( |
| ) |
|
◆ WriteHeader() [2/2]
void webrtc::RTPFile::WriteHeader |
( |
| ) |
|
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/modules/audio_coding/test/RTPFile.h
- Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_coding/test/RTPFile.cc