Go to the source code of this file.
◆ tee_write()
◆ tee_close()
◆ tee_open()
◆ tee_options
◆ tee_class
Initial value:= {
.class_name = "tee",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption tee_options[]
Definition at line 42 of file teeproto.c.
◆ child_delim
const char* const child_delim = "|" |
|
static |
◆ ff_tee_protocol
Initial value:= {
.name = "tee",
.default_whitelist = "crypto,file,http,https,httpproxy,rtmp,tcp,tls"
}
static const AVClass tee_class
static int tee_write(URLContext *h, const unsigned char *buf, int size)
static int tee_close(URLContext *h)
static int tee_open(URLContext *h, const char *filename, int flags)
Definition at line 139 of file teeproto.c.