rtp_internal.h File Reference

Go to the source code of this file.

Classes

struct  RTPStatistics
struct  RTPDynamicProtocolHandler_s
struct  RTPDemuxContext

Typedefs

typedef int(* DynamicPayloadPacketHandlerProc )(struct RTPDemuxContext *s, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len)
typedef struct
RTPDynamicProtocolHandler_s 
RTPDynamicProtocolHandler

Functions

int rtsp_next_attr_and_value (const char **p, char *attr, int attr_size, char *value, int value_size)
 from rtsp.c, but used by rtp dynamic protocol handlers.
void ff_rtp_send_data (AVFormatContext *s1, const uint8_t *buf1, int len, int m)
const char * ff_rtp_enc_name (int payload_type)
enum CodecID ff_rtp_codec_id (const char *buf, enum CodecType codec_type)
void av_register_rtp_dynamic_payload_handlers (void)

Variables

RTPDynamicProtocolHandlerRTPFirstDynamicPayloadHandler


Typedef Documentation

typedef int(* DynamicPayloadPacketHandlerProc)(struct RTPDemuxContext *s, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len)

Definition at line 45 of file rtp_internal.h.


Function Documentation

int rtsp_next_attr_and_value ( const char **  p,
char *  attr,
int  attr_size,
char *  value,
int  value_size 
)

from rtsp.c, but used by rtp dynamic protocol handlers.

from rtsp.c, but used by rtp dynamic protocol handlers.

This is broken out as a function because it is used in rtp_h264.c, which is forthcoming.

Definition at line 285 of file rtsp.c.

Referenced by parse_h264_sdp_line(), and sdp_parse_fmtp().

void ff_rtp_send_data ( AVFormatContext s1,
const uint8_t *  buf1,
int  len,
int  m 
)

const char* ff_rtp_enc_name ( int  payload_type  ) 

Definition at line 234 of file rtp.c.

Referenced by rtp_parse_close(), rtp_parse_open(), and sdp_parse_line().

enum CodecID ff_rtp_codec_id ( const char *  buf,
enum CodecType  codec_type 
)

Definition at line 246 of file rtp.c.

Referenced by sdp_parse_rtpmap().

void av_register_rtp_dynamic_payload_handlers ( void   ) 

Definition at line 193 of file rtp.c.

Referenced by av_register_all().


Variable Documentation

Definition at line 182 of file rtp.c.

Referenced by sdp_parse_rtpmap().


Generated on Sat Dec 18 05:15:55 2010 for MythTV by  doxygen 1.5.5