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 Fri Oct 26 02:35:46 2012 for FFmpeg by  doxygen 1.5.8