RTPDynamicProtocolHandler_s Struct Reference

#include <rtpdec.h>


Data Fields

const char enc_name [50]
enum AVMediaType codec_type
enum CodecID codec_id
int static_payload_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 114 of file rtpdec.h.


Field Documentation

Definition at line 116 of file rtpdec.h.

Referenced by ff_rtp_handler_find_by_name().

Definition at line 117 of file rtpdec.h.

Referenced by ff_rtp_handler_find_by_id(), and ff_rtp_handler_find_by_name().

Definition at line 118 of file rtpdec.h.

Definition at line 119 of file rtpdec.h.

Referenced by ff_rtp_handler_find_by_id().

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.

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

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

Referenced by ff_rtsp_close_streams().

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().


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

Generated on Mon May 2 19:50:38 2011 for FFmpeg by  doxygen 1.5.6