Data Fields

RTPDynamicProtocolHandler_s Struct Reference

#include <rtpdec.h>

Data Fields

const char enc_name [50]
enum AVMediaType 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 )(void)
 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

Detailed Description

Definition at line 137 of file rtpdec.h.


Field Documentation

free any data needed by the rtp parsing for this dynamic data.

Definition at line 149 of file rtpdec.h.

Referenced by ff_rtsp_close_streams().

Definition at line 141 of file rtpdec.h.

Referenced by sdp_parse_rtpmap().

Definition at line 140 of file rtpdec.h.

Referenced by sdp_parse_rtpmap().

Definition at line 139 of file rtpdec.h.

Referenced by sdp_parse_rtpmap().

Definition at line 152 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.

Definition at line 148 of file rtpdec.h.

Referenced by sdp_parse_rtpmap().

parse handler for this dynamic packet.

Definition at line 150 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)

Parse the a= line from the sdp field.

Definition at line 144 of file rtpdec.h.

Referenced by sdp_parse_line().


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