libavformat/rtpenc.h File Reference

#include "avformat.h"
#include "rtp.h"

Go to the source code of this file.

Data Structures

struct  RTPMuxContext

Typedefs

typedef struct RTPMuxContext RTPMuxContext

Functions

void ff_rtp_send_data (AVFormatContext *s1, const uint8_t *buf1, int len, int m)
void ff_rtp_send_h264 (AVFormatContext *s1, const uint8_t *buf1, int size)
void ff_rtp_send_h263 (AVFormatContext *s1, const uint8_t *buf1, int size)
 Packetize H.263 frames into RTP packets according to RFC 4629.
void ff_rtp_send_aac (AVFormatContext *s1, const uint8_t *buff, int size)
void ff_rtp_send_amr (AVFormatContext *s1, const uint8_t *buff, int size)
 Packetize AMR frames into RTP packets according to RFC 3267, in octet-aligned mode.
void ff_rtp_send_mpegvideo (AVFormatContext *s1, const uint8_t *buf1, int size)


Typedef Documentation

typedef struct RTPMuxContext RTPMuxContext

Definition at line 55 of file rtpenc.h.


Function Documentation

void ff_rtp_send_aac ( AVFormatContext s1,
const uint8_t *  buff,
int  size 
)

Definition at line 25 of file rtpenc_aac.c.

Referenced by rtp_write_packet().

void ff_rtp_send_amr ( AVFormatContext s1,
const uint8_t *  buff,
int  size 
)

Packetize AMR frames into RTP packets according to RFC 3267, in octet-aligned mode.

Definition at line 30 of file rtpenc_amr.c.

Referenced by rtp_write_packet().

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

void ff_rtp_send_h263 ( AVFormatContext s1,
const uint8_t *  buf1,
int  size 
)

Packetize H.263 frames into RTP packets according to RFC 4629.

Definition at line 43 of file rtpenc_h263.c.

Referenced by rtp_write_packet().

void ff_rtp_send_h264 ( AVFormatContext s1,
const uint8_t *  buf1,
int  size 
)

Definition at line 63 of file rtpenc_h264.c.

Referenced by rtp_write_packet().

void ff_rtp_send_mpegvideo ( AVFormatContext s1,
const uint8_t *  buf1,
int  size 
)

Definition at line 29 of file rtpenc_mpv.c.

Referenced by rtp_write_packet().


Generated on Fri Oct 26 02:36:55 2012 for FFmpeg by  doxygen 1.5.8