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 | |
| 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. | |
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::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 rtp_h264.c.
Referenced by h264_free_extradata(), h264_handle_packet(), h264_new_extradata(), and parse_h264_sdp_line().
| uint8_t PayloadContext::level_idc |
from the sdp setup parameters.
Definition at line 61 of file rtp_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_extradata(), 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 rtp_h264.c.
Referenced by sdp_parse_fmtp_config_h264().
| uint8_t PayloadContext::profile_idc |
from the sdp setup parameters.
Definition at line 59 of file rtp_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 rtp_h264.c.
Referenced by sdp_parse_fmtp_config_h264().
Definition at line 88 of file rdt.c.
Referenced by rdt_free_extradata(), rdt_load_mdpr(), rdt_new_extradata(), and rdt_parse_packet().
| RMStream* PayloadContext::rmst[MAX_STREAMS] |
Definition at line 89 of file rdt.c.
Referenced by rdt_free_extradata(), rdt_load_mdpr(), rdt_parse_packet(), and rdt_parse_sdp_line().
1.5.8