|
FFmpeg
|
#include "libavutil/opt.h"#include "avformat.h"#include "url.h"#include "rtpdec.h"#include "srtp.h"Go to the source code of this file.
Data Structures | |
| struct | SRTPProtoContext |
Macros | |
| #define | D AV_OPT_FLAG_DECODING_PARAM |
| #define | E AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
| static int | srtp_close (URLContext *h) |
| static int | srtp_open (URLContext *h, const char *uri, int flags, AVDictionary **options) |
| static int | srtp_read (URLContext *h, uint8_t *buf, int size) |
| static int | srtp_write (URLContext *h, const uint8_t *buf, int size) |
| static int | srtp_get_file_handle (URLContext *h) |
| static int | srtp_get_multi_file_handle (URLContext *h, int **handles, int *numhandles) |
Variables | |
| static const AVOption | options [] |
| static const AVClass | srtp_context_class |
| const URLProtocol | ff_srtp_protocol |
| #define D AV_OPT_FLAG_DECODING_PARAM |
Definition at line 38 of file srtpproto.c.
| #define E AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 39 of file srtpproto.c.
|
static |
Definition at line 55 of file srtpproto.c.
Referenced by srtp_open().
|
static |
Definition at line 64 of file srtpproto.c.
|
static |
Definition at line 94 of file srtpproto.c.
|
static |
Definition at line 107 of file srtpproto.c.
|
static |
Definition at line 119 of file srtpproto.c.
|
static |
Definition at line 125 of file srtpproto.c.
Definition at line 40 of file srtpproto.c.
|
static |
Definition at line 48 of file srtpproto.c.
| const URLProtocol ff_srtp_protocol |
Definition at line 132 of file srtpproto.c.
1.8.17