FFmpeg
|
Unix socket url_protocol. More...
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "os_support.h"
#include "network.h"
#include <sys/un.h>
#include "url.h"
Go to the source code of this file.
Data Structures | |
struct | UnixContext |
Macros | |
#define | OFFSET(x) offsetof(UnixContext, x) |
#define | ED AV_OPT_FLAG_DECODING_PARAM|AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static int | unix_open (URLContext *h, const char *filename, int flags) |
static int | unix_read (URLContext *h, uint8_t *buf, int size) |
static int | unix_write (URLContext *h, const uint8_t *buf, int size) |
static int | unix_close (URLContext *h) |
static int | unix_get_file_handle (URLContext *h) |
Variables | |
static const AVOption | unix_options [] |
static const AVClass | unix_class |
URLProtocol | ff_unix_protocol |
Unix socket url_protocol.
Definition in file unix.c.
#define OFFSET | ( | x | ) | offsetof(UnixContext, x) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
URLProtocol ff_unix_protocol |