Data Fields | |
AVFormatContext * | rmctx |
RMStream * | rmst [MAX_STREAMS] |
uint8_t * | mlti_data |
unsigned int | mlti_data_size |
char | buffer [RTP_MAX_PACKET_LENGTH+FF_INPUT_BUFFER_PADDING_SIZE] |
int | audio_pkt_cnt |
remaining audio packets in rmdec | |
ByteIOContext * | pktbuf |
ByteIOContext | pb |
char * | buf |
unsigned long | cookie |
sanity check, to make sure we get the pointer we're expecting. | |
uint8_t | profile_idc |
from the sdp setup parameters. | |
uint8_t | profile_iop |
from the sdp setup parameters. | |
uint8_t | level_idc |
from the sdp setup parameters. | |
int | packetization_mode |
from the sdp setup parameters. | |
unsigned | ident |
24-bit stream configuration identifier | |
uint32_t | timestamp |
ByteIOContext * | fragment |
buffer for split payloads |
RTP/Xiph specific private data.
Definition at line 87 of file rdt.c.
remaining audio packets in rmdec
Definition at line 93 of file rdt.c.
Referenced by rdt_parse_packet().
char* PayloadContext::buf |
Definition at line 146 of file rtpdec_asf.c.
Referenced by asfrtp_free_context(), and asfrtp_parse_packet().
char PayloadContext::buffer[RTP_MAX_PACKET_LENGTH+FF_INPUT_BUFFER_PADDING_SIZE] |
unsigned long PayloadContext::cookie |
sanity check, to make sure we get the pointer we're expecting.
Definition at line 56 of file rtpdec_h264.c.
Referenced by h264_free_context(), h264_handle_packet(), h264_new_context(), and parse_h264_sdp_line().
buffer for split payloads
Definition at line 45 of file rtpdec_xiph.c.
Referenced by free_fragment_if_needed(), and xiph_handle_packet().
unsigned PayloadContext::ident |
24-bit stream configuration identifier
Definition at line 43 of file rtpdec_xiph.c.
Referenced by parse_packed_headers(), and xiph_handle_packet().
uint8_t PayloadContext::level_idc |
from the sdp setup parameters.
Definition at line 61 of file rtpdec_h264.c.
Referenced by sdp_parse_fmtp_config_h264().
uint8_t* PayloadContext::mlti_data |
Definition at line 90 of file rdt.c.
Referenced by rdt_free_context(), rdt_load_mdpr(), and rdt_parse_sdp_line().
unsigned int PayloadContext::mlti_data_size |
from the sdp setup parameters.
Definition at line 62 of file rtpdec_h264.c.
Referenced by sdp_parse_fmtp_config_h264().
Definition at line 145 of file rtpdec_asf.c.
Referenced by asfrtp_free_context(), and asfrtp_parse_packet().
uint8_t PayloadContext::profile_idc |
from the sdp setup parameters.
Definition at line 59 of file rtpdec_h264.c.
Referenced by sdp_parse_fmtp_config_h264().
uint8_t PayloadContext::profile_iop |
from the sdp setup parameters.
Definition at line 60 of file rtpdec_h264.c.
Referenced by sdp_parse_fmtp_config_h264().
Definition at line 88 of file rdt.c.
Referenced by rdt_free_context(), rdt_load_mdpr(), rdt_new_context(), and rdt_parse_packet().
RMStream* PayloadContext::rmst[MAX_STREAMS] |
Definition at line 89 of file rdt.c.
Referenced by rdt_free_context(), rdt_load_mdpr(), rdt_parse_packet(), and rdt_parse_sdp_line().
uint32_t PayloadContext::timestamp |