#include "libavutil/opt.h"
#include "avformat.h"
#include "avio_internal.h"
#include "url.h"
#include "internal.h"
#include "rtpdec.h"
#include "srtp.h"
Go to the source code of this file.
◆ srtp_close()
◆ srtp_open()
◆ srtp_read()
◆ srtp_write()
◆ srtp_get_file_handle()
◆ srtp_get_multi_file_handle()
◆ options
◆ srtp_context_class
Initial value:= {
.class_name = "srtp",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption options[]
Definition at line 50 of file srtpproto.c.
◆ ff_srtp_protocol
Initial value:= {
.name = "srtp",
}
#define URL_PROTOCOL_FLAG_NETWORK
static int srtp_get_file_handle(URLContext *h)
static int srtp_read(URLContext *h, uint8_t *buf, int size)
static const AVClass srtp_context_class
static int srtp_write(URLContext *h, const uint8_t *buf, int size)
static int srtp_open(URLContext *h, const char *uri, int flags)
static int srtp_get_multi_file_handle(URLContext *h, int **handles, int *numhandles)
static int srtp_close(URLContext *h)
Definition at line 135 of file srtpproto.c.