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_aac (AVFormatContext *s1, const uint8_t *buff, int size)
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 27 of file rtp_aac.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_h264 ( AVFormatContext s1,
const uint8_t *  buf1,
int  size 
)

Definition at line 63 of file rtpenc_h264.c.

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

Definition at line 29 of file rtp_mpv.c.

Referenced by rtp_write_packet().

Generated on Thu Jan 24 19:43:54 2013 for ffmpeg by  doxygen 1.6.3