FFmpeg
|
RTPPacket Struct Reference
#include <rtpdec.h>
Collaboration diagram for RTPPacket:
Data Fields | |
uint16_t | seq |
uint8_t * | buf |
int | len |
int64_t | recvtime |
struct RTPPacket * | next |
Detailed Description
Field Documentation
uint8_t* RTPPacket::buf |
Definition at line 145 of file rtpdec.h.
Referenced by ff_rtp_reset_packet_queue(), and rtp_parse_queued_packet().
int RTPPacket::len |
Definition at line 146 of file rtpdec.h.
Referenced by rtp_parse_queued_packet().
struct RTPPacket* RTPPacket::next |
Definition at line 148 of file rtpdec.h.
Referenced by enqueue_packet(), ff_rtp_reset_packet_queue(), find_missing_packets(), and rtp_parse_queued_packet().
int64_t RTPPacket::recvtime |
Definition at line 147 of file rtpdec.h.
Referenced by ff_rtp_queued_packet_time().
uint16_t RTPPacket::seq |
Definition at line 144 of file rtpdec.h.
Referenced by find_missing_packets(), has_next_packet(), and rtp_parse_queued_packet().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11