Go to the source code of this file.
|
static int | is_supported (enum AVCodecID id) |
|
static int | rtp_write_header (AVFormatContext *s1) |
|
static void | rtcp_send_sr (AVFormatContext *s1, int64_t ntp_time, int bye) |
|
void | ff_rtp_send_data (AVFormatContext *s1, const uint8_t *buf1, int len, int m) |
|
static int | 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_send_ilbc (AVFormatContext *s1, const uint8_t *buf, int size) |
|
static int | rtp_write_packet (AVFormatContext *s1, AVPacket *pkt) |
|
static int | rtp_write_trailer (AVFormatContext *s1) |
|
◆ RTCP_SR_SIZE
◆ is_supported()
◆ rtp_write_header()
◆ rtcp_send_sr()
◆ ff_rtp_send_data()
Definition at line 332 of file rtpenc.c.
Referenced by ff_rtp_send_aac(), ff_rtp_send_amr(), ff_rtp_send_h261(), ff_rtp_send_h263(), ff_rtp_send_jpeg(), ff_rtp_send_latm(), ff_rtp_send_mpegvideo(), ff_rtp_send_vp8(), ff_rtp_send_vp9(), ff_rtp_send_xiph(), flush_buffered(), nal_send(), rtp_send_ilbc(), rtp_send_mpegaudio(), rtp_send_mpegts_raw(), rtp_send_raw(), rtp_send_samples(), send_mode_a(), send_mode_b(), and send_packet().
◆ rtp_send_samples()
◆ rtp_send_mpegaudio()
◆ rtp_send_raw()
◆ rtp_send_mpegts_raw()
◆ rtp_send_ilbc()
◆ rtp_write_packet()
◆ rtp_write_trailer()
◆ options
Initial value:
Definition at line 31 of file rtpenc.c.
◆ rtp_muxer_class
Initial value:= {
.class_name = "RTP muxer",
}
Definition at line 40 of file rtpenc.c.
◆ ff_rtp_muxer
Initial value:
Definition at line 651 of file rtpenc.c.