RTPDynamicProtocolHandler_s Struct Reference

#include <rtp_internal.h>


Data Fields

const char enc_name [50]
enum CodecType codec_type
enum CodecID codec_id
int(* parse_sdp_a_line )(AVStream *stream, void *protocol_data, const char *line)
 Parse the a= line from the sdp field.
void *(* open )()
 allocate any data needed by the rtp parsing for this dynamic data.
void(* close )(void *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 60 of file rtp_internal.h.


Field Documentation

Definition at line 62 of file rtp_internal.h.

Referenced by sdp_parse_rtpmap().

Definition at line 63 of file rtp_internal.h.

Referenced by sdp_parse_rtpmap().

Definition at line 64 of file rtp_internal.h.

Referenced by sdp_parse_rtpmap().

int(* RTPDynamicProtocolHandler_s::parse_sdp_a_line)(AVStream *stream, void *protocol_data, const char *line)

Parse the a= line from the sdp field.

Referenced by sdp_parse_line().

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

Referenced by sdp_parse_rtpmap().

void(* RTPDynamicProtocolHandler_s::close)(void *protocol_data)

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

Referenced by rtsp_close_streams().

parse handler for this dynamic packet.

Definition at line 72 of file rtp_internal.h.

Referenced by rtsp_read_header(), and sdp_read_header().

Definition at line 74 of file rtp_internal.h.

Referenced by register_dynamic_payload_handler(), and sdp_parse_rtpmap().


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

Generated on Thu Apr 2 07:15:46 2009 for ffmpeg by  doxygen 1.5.6