#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.
static int srtp_open |
( |
URLContext * |
h, |
|
|
const char * |
uri, |
|
|
int |
flags |
|
) |
| |
|
static |
static int srtp_get_multi_file_handle |
( |
URLContext * |
h, |
|
|
int ** |
handles, |
|
|
int * |
numhandles |
|
) |
| |
|
static |
Initial value:= {
.class_name = "srtp",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption options[]
Definition at line 50 of file srtpproto.c.
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.