#include <rtpenc.h>
Data Fields | |
| AVFormatContext * | ic |
| AVStream * | st |
| int | payload_type |
| uint32_t | ssrc |
| uint16_t | 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 |
Definition at line 27 of file rtpenc.h.
| uint32_t RTPMuxContext::base_timestamp |
| uint8_t* RTPMuxContext::buf |
Definition at line 49 of file rtpenc.h.
Referenced by ff_rtp_send_aac(), ff_rtp_send_mpegvideo(), nal_send(), rtp_send_mpegaudio(), rtp_send_mpegts_raw(), rtp_send_samples(), rtp_write_header(), and rtp_write_trailer().
| uint8_t* RTPMuxContext::buf_ptr |
Definition at line 50 of file rtpenc.h.
Referenced by ff_rtp_send_aac(), rtp_send_mpegaudio(), rtp_send_mpegts_raw(), and rtp_send_samples().
| uint32_t RTPMuxContext::cur_timestamp |
Definition at line 35 of file rtpenc.h.
Referenced by ff_rtp_send_aac(), ff_rtp_send_h264(), ff_rtp_send_mpegvideo(), rtp_send_mpegaudio(), rtp_send_raw(), rtp_send_samples(), rtp_write_header(), and rtp_write_packet().
| unsigned int RTPMuxContext::last_octet_count |
Definition at line 36 of file rtpenc.h.
Referenced by ff_rtp_send_aac(), ff_rtp_send_mpegvideo(), nal_send(), rtp_send_mpegaudio(), rtp_send_mpegts_raw(), rtp_send_raw(), rtp_send_samples(), and rtp_write_header().
| unsigned int RTPMuxContext::octet_count |
| unsigned int RTPMuxContext::packet_count |
Definition at line 30 of file rtpenc.h.
Referenced by ff_rtp_send_data(), rtcp_send_sr(), and rtp_write_header().
| uint16_t RTPMuxContext::seq |
| uint32_t RTPMuxContext::ssrc |
| uint32_t RTPMuxContext::timestamp |
Definition at line 33 of file rtpenc.h.
Referenced by ff_rtp_send_aac(), ff_rtp_send_data(), ff_rtp_send_h264(), ff_rtp_send_mpegvideo(), rtcp_send_sr(), rtp_send_mpegaudio(), rtp_send_raw(), rtp_send_samples(), and rtp_write_header().
1.5.8