|
sipxmedialib
Version 3.3
|
RTP header as described in RFC 3550. More...
#include <RtpHeader.h>
Public Attributes | |
| uint8_t | vpxcc |
| Version, Padding, Extension and CSRC Count bits. More... | |
| uint8_t | mpt |
| Marker and Payload Type bits. More... | |
| RtpSeq | seq |
| Sequence Number (Big Endian!) More... | |
| RtpTimestamp | timestamp |
| Timestamp (Big Endian!) More... | |
| RtpSRC | ssrc |
| SSRC (Big Endian!) More... | |
RTP header as described in RFC 3550.
| uint8_t vpxcc |
Version, Padding, Extension and CSRC Count bits.
| uint8_t mpt |
Marker and Payload Type bits.
| RtpSeq seq |
Sequence Number (Big Endian!)
| RtpTimestamp timestamp |
Timestamp (Big Endian!)
| RtpSRC ssrc |
SSRC (Big Endian!)
1.8.11