FFmpeg  4.0
Data Fields
RTPPacket Struct Reference

#include <libavformat/rtpdec.h>

Data Fields

uint16_t seq
 
uint8_tbuf
 
int len
 
int64_t recvtime
 
struct RTPPacketnext
 

Detailed Description

Definition at line 141 of file rtpdec.h.

Field Documentation

◆ seq

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().

◆ buf

uint8_t* RTPPacket::buf

Definition at line 143 of file rtpdec.h.

Referenced by ff_rtp_reset_packet_queue(), and rtp_parse_queued_packet().

◆ len

int RTPPacket::len

Definition at line 144 of file rtpdec.h.

Referenced by rtp_parse_queued_packet().

◆ recvtime

int64_t RTPPacket::recvtime

Definition at line 145 of file rtpdec.h.

Referenced by ff_rtp_queued_packet_time().

◆ next

struct RTPPacket* RTPPacket::next

The documentation for this struct was generated from the following file: