RTPMuxContext Struct Reference

#include <rtpenc.h>

Data Fields

const AVClassav_class
AVFormatContextic
AVStreamst
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
int nal_length_size
 Number of bytes used for H.264 NAL length, if the MP4 syntax is used (1, 2 or 4)
int flags

Detailed Description

Definition at line 27 of file rtpenc.h.

Field Documentation

const AVClass* RTPMuxContext::av_class

Definition at line 28 of file rtpenc.h.

uint32_t RTPMuxContext::base_timestamp

Definition at line 35 of file rtpenc.h.

Referenced by rtp_write_header(), and rtp_write_packet().

uint8_t* RTPMuxContext::buf_ptr
int RTPMuxContext::first_packet

Definition at line 48 of file rtpenc.h.

Referenced by rtp_write_header(), and rtp_write_packet().

int64_t RTPMuxContext::first_rtcp_ntp_time

Definition at line 42 of file rtpenc.h.

Referenced by rtcp_send_sr(), and rtp_write_header().

int RTPMuxContext::flags

Definition at line 61 of file rtpenc.h.

Referenced by rtp_write_packet().

AVFormatContext* RTPMuxContext::ic

Definition at line 29 of file rtpenc.h.

unsigned int RTPMuxContext::last_octet_count

Definition at line 47 of file rtpenc.h.

Referenced by rtp_write_packet().

int64_t RTPMuxContext::last_rtcp_ntp_time

Definition at line 41 of file rtpenc.h.

Referenced by rtcp_send_sr(), and rtp_write_packet().

int RTPMuxContext::max_frames_per_packet

Definition at line 53 of file rtpenc.h.

Referenced by ff_rtp_send_aac(), ff_rtp_send_amr(), ff_rtp_send_xiph(), and rtp_write_header().

int RTPMuxContext::nal_length_size

Number of bytes used for H.264 NAL length, if the MP4 syntax is used (1, 2 or 4)

Definition at line 59 of file rtpenc.h.

Referenced by ff_rtp_send_h264().

int RTPMuxContext::num_frames

Definition at line 38 of file rtpenc.h.

Referenced by ff_rtp_send_aac(), ff_rtp_send_amr(), and ff_rtp_send_xiph().

unsigned int RTPMuxContext::octet_count

Definition at line 46 of file rtpenc.h.

Referenced by ff_rtp_send_data(), and rtp_write_packet().

unsigned int RTPMuxContext::packet_count

Definition at line 45 of file rtpenc.h.

Referenced by ff_rtp_send_data().

int RTPMuxContext::payload_type

Definition at line 31 of file rtpenc.h.

Referenced by ff_rtp_send_data(), rtcp_send_sr(), and rtp_write_header().

uint16_t RTPMuxContext::seq

Definition at line 33 of file rtpenc.h.

Referenced by ff_rtp_send_data().

uint32_t RTPMuxContext::ssrc

Definition at line 32 of file rtpenc.h.

Referenced by ff_rtp_send_data(), and rtp_write_header().

AVStream* RTPMuxContext::st

Definition at line 30 of file rtpenc.h.


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