#include <rtpdec.h>
Data Fields | |
const char | enc_name [50] |
enum CodecType | codec_type |
enum CodecID | codec_id |
int(* | parse_sdp_a_line )(AVFormatContext *s, int st_index, PayloadContext *priv_data, const char *line) |
Parse the a= line from the sdp field. | |
PayloadContext *(* | open )() |
allocate any data needed by the rtp parsing for this dynamic data. | |
void(* | close )(PayloadContext *protocol_data) |
free any data needed by the rtp parsing for this dynamic data. | |
DynamicPayloadPacketHandlerProc | parse_packet |
parse handler for this dynamic packet. | |
struct RTPDynamicProtocolHandler_s * | next |
Definition at line 117 of file rtpdec.h.
void(* RTPDynamicProtocolHandler_s::close)(PayloadContext *protocol_data) |
const char RTPDynamicProtocolHandler_s::enc_name[50] |
struct RTPDynamicProtocolHandler_s* RTPDynamicProtocolHandler_s::next [read] |
Definition at line 132 of file rtpdec.h.
Referenced by ff_register_dynamic_payload_handler(), and sdp_parse_rtpmap().
allocate any data needed by the rtp parsing for this dynamic data.
Referenced by sdp_parse_rtpmap().
parse handler for this dynamic packet.
Definition at line 130 of file rtpdec.h.
Referenced by ff_rdt_parse_open(), and rtp_parse_set_dynamic_protocol().
int(* RTPDynamicProtocolHandler_s::parse_sdp_a_line)(AVFormatContext *s, int st_index, PayloadContext *priv_data, const char *line) |