RTPDynamicProtocolHandler_s Struct Reference

#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

Detailed Description

Definition at line 117 of file rtpdec.h.


Field Documentation

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

Definition at line 129 of file rtpdec.h.

Referenced by rtsp_close_streams().

Definition at line 121 of file rtpdec.h.

Referenced by sdp_parse_rtpmap().

Definition at line 120 of file rtpdec.h.

Referenced by sdp_parse_rtpmap().

Definition at line 119 of file rtpdec.h.

Referenced by sdp_parse_rtpmap().

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.

Definition at line 128 of file rtpdec.h.

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)

Parse the a= line from the sdp field.

Definition at line 124 of file rtpdec.h.

Referenced by sdp_parse_line().


The documentation for this struct was generated from the following file:
Generated on Thu Jan 24 19:43:56 2013 for ffmpeg by  doxygen 1.6.3