#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 struct RTPMuxContext RTPMuxContext |
void ff_rtp_send_aac | ( | AVFormatContext * | s1, | |
const uint8_t * | buff, | |||
int | size | |||
) |
void ff_rtp_send_data | ( | AVFormatContext * | s1, | |
const uint8_t * | buf1, | |||
int | len, | |||
int | m | |||
) |
Definition at line 144 of file rtpenc.c.
Referenced by ff_rtp_send_aac(), ff_rtp_send_mpegvideo(), nal_send(), rtp_send_mpegaudio(), rtp_send_mpegts_raw(), rtp_send_raw(), and rtp_send_samples().
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 | |||
) |