FFmpeg
|
#include <rtpdec.h>
Data Fields | |
uint16_t | seq |
uint8_t * | buf |
int | len |
int64_t | recvtime |
struct RTPPacket * | next |
uint16_t RTPPacket::seq |
Definition at line 142 of file rtpdec.h.
Referenced by find_missing_packets(), has_next_packet(), and rtp_parse_queued_packet().
uint8_t* RTPPacket::buf |
Definition at line 143 of file rtpdec.h.
Referenced by ff_rtp_reset_packet_queue(), and rtp_parse_queued_packet().
int RTPPacket::len |
Definition at line 144 of file rtpdec.h.
Referenced by rtp_parse_queued_packet().
int64_t RTPPacket::recvtime |
Definition at line 145 of file rtpdec.h.
Referenced by ff_rtp_queued_packet_time().
struct RTPPacket* RTPPacket::next |
Definition at line 146 of file rtpdec.h.
Referenced by enqueue_packet(), ff_rtp_reset_packet_queue(), find_missing_packets(), and rtp_parse_queued_packet().