Go to the source code of this file.
|
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) |
|
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 |
Initial value:= {
.name = "rtp",
}
static int rtp_write_packet(AVFormatContext *s1, AVPacket *pkt)
static const AVClass rtp_muxer_class
static int rtp_write_header(AVFormatContext *s1)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
struct RTPMuxContext RTPMuxContext
static int rtp_write_trailer(AVFormatContext *s1)
Definition at line 471 of file rtpenc.c.
Initial value:= {
}
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
#define FF_RTP_FLAG_OPTS(ctx, fieldname)
Definition at line 33 of file rtpenc.c.
Initial value:= {
.class_name = "RTP muxer",
}
static const AVOption options[]
Definition at line 39 of file rtpenc.c.