RTPDynamicProtocolHandler_s Struct Reference

#include <rtp_internal.h>

List of all members.


Detailed Description

Definition at line 51 of file rtp_internal.h.


Public Attributes

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

Member Data Documentation

Definition at line 53 of file rtp_internal.h.

Referenced by sdp_parse_rtpmap().

Definition at line 54 of file rtp_internal.h.

Referenced by sdp_parse_rtpmap().

Definition at line 55 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 63 of file rtp_internal.h.

Referenced by rtsp_read_header(), and sdp_read_header().

Definition at line 65 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 Sat Dec 18 05:16:10 2010 for MythTV by  doxygen 1.5.5