Go to the source code of this file.
Functions |
static int | is_supported (enum CodecID id) |
static int | rtp_write_header (AVFormatContext *s1) |
static void | rtcp_send_sr (AVFormatContext *s1, int64_t ntp_time) |
void | ff_rtp_send_data (AVFormatContext *s1, const uint8_t *buf1, int len, int m) |
static void | rtp_send_samples (AVFormatContext *s1, const uint8_t *buf1, int size, int sample_size_bits) |
static void | rtp_send_mpegaudio (AVFormatContext *s1, const uint8_t *buf1, int size) |
static void | rtp_send_raw (AVFormatContext *s1, const uint8_t *buf1, int size) |
static void | rtp_send_mpegts_raw (AVFormatContext *s1, const uint8_t *buf1, int size) |
static int | rtp_write_packet (AVFormatContext *s1, AVPacket *pkt) |
static int | rtp_write_trailer (AVFormatContext *s1) |
Macro Definition Documentation
Function Documentation
Definition at line 228 of file rtpenc.c.
Referenced by ff_rtp_send_aac(), ff_rtp_send_amr(), ff_rtp_send_h263(), ff_rtp_send_latm(), ff_rtp_send_mpegvideo(), ff_rtp_send_vp8(), ff_rtp_send_xiph(), nal_send(), rtp_send_mpegaudio(), rtp_send_mpegts_raw(), rtp_send_raw(), and rtp_send_samples().
static int is_supported |
( |
enum CodecID |
id | ) |
|
|
static |
static void rtp_send_samples |
( |
AVFormatContext * |
s1, |
|
|
const uint8_t * |
buf1, |
|
|
int |
size, |
|
|
int |
sample_size_bits |
|
) |
| |
|
static |
Variable Documentation
Initial value:
Definition at line 471 of file rtpenc.c.
Initial value:
Definition at line 33 of file rtpenc.c.
Initial value: {
.class_name = "RTP muxer",
}
Definition at line 39 of file rtpenc.c.