FFmpeg
|
#include <rtpenc.h>
Data Fields | |
const AVClass * | av_class |
AVFormatContext * | ic |
AVStream * | st |
int | payload_type |
uint32_t | ssrc |
const char * | cname |
int | seq |
uint32_t | timestamp |
uint32_t | base_timestamp |
uint32_t | cur_timestamp |
int | max_payload_size |
int | num_frames |
int64_t | last_rtcp_ntp_time |
int64_t | first_rtcp_ntp_time |
unsigned int | packet_count |
unsigned int | octet_count |
unsigned int | last_octet_count |
int | first_packet |
uint8_t * | buf |
uint8_t * | buf_ptr |
int | max_frames_per_packet |
int | nal_length_size |
Number of bytes used for H.264 NAL length, if the MP4 syntax is used (1, 2 or 4) More... | |
int | buffered_nals |
int | flags |
unsigned int | frame_count |
AVFormatContext* RTPMuxContext::ic |
AVStream* RTPMuxContext::st |
Definition at line 30 of file rtpenc.h.
Referenced by ff_rtp_chain_mux_open(), ff_rtp_send_aac(), and ff_rtp_send_amr().
uint32_t RTPMuxContext::timestamp |
Definition at line 35 of file rtpenc.h.
Referenced by ff_rtp_send_h261(), and ff_rtp_send_vp9().
uint32_t RTPMuxContext::cur_timestamp |
Definition at line 37 of file rtpenc.h.
Referenced by ff_rtp_send_h261(), and ff_rtp_send_vp9().
int RTPMuxContext::max_payload_size |
Definition at line 38 of file rtpenc.h.
Referenced by ff_rtp_send_h261(), ff_rtp_send_vp9(), and send_picture().
uint8_t* RTPMuxContext::buf |
Definition at line 49 of file rtpenc.h.
Referenced by ff_rtp_send_h261(), ff_rtp_send_vp9(), send_packet(), and send_picture().
uint8_t* RTPMuxContext::buf_ptr |
Definition at line 50 of file rtpenc.h.
Referenced by ff_rtp_send_vp9().
int RTPMuxContext::nal_length_size |