#include "libavutil/opt.h"
#include "avformat.h"
#include "url.h"
#include "rtpdec.h"
#include "srtp.h"
Go to the source code of this file.
◆ srtp_close()
◆ srtp_open()
◆ srtp_read()
| static int srtp_read |
( |
URLContext * | h, |
|
|
uint8_t * | buf, |
|
|
int | size ) |
|
static |
◆ srtp_write()
| static int srtp_write |
( |
URLContext * | h, |
|
|
const uint8_t * | buf, |
|
|
int | size ) |
|
static |
◆ srtp_get_file_handle()
◆ srtp_get_multi_file_handle()
| static int srtp_get_multi_file_handle |
( |
URLContext * | h, |
|
|
int ** | handles, |
|
|
int * | numhandles ) |
|
static |
◆ srtp_options
Initial value:= {
}
@ AV_OPT_TYPE_STRING
Underlying C type is a uint8_t* that is either NULL or points to a C string allocated with the av_mal...
Definition at line 40 of file srtpproto.c.
◆ srtp_context_class
Initial value:= {
.class_name = "srtp",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
static const AVOption srtp_options[]
Definition at line 48 of file srtpproto.c.
◆ ff_srtp_protocol
Initial value:= {
.name = "srtp",
}
#define flags(name, subs,...)
static int srtp_get_multi_file_handle(URLContext *h, int **handles, int *numhandles)
static int srtp_read(URLContext *h, uint8_t *buf, int size)
static int srtp_close(URLContext *h)
static int srtp_write(URLContext *h, const uint8_t *buf, int size)
static int srtp_get_file_handle(URLContext *h)
static const AVClass srtp_context_class
static int srtp_open(URLContext *h, const char *uri, int flags, AVDictionary **options)
#define URL_PROTOCOL_FLAG_NETWORK
Definition at line 132 of file srtpproto.c.