|
Libav
|
#include "avformat.h"#include "libavutil/parseutils.h"#include "internal.h"#include "network.h"#include "os_support.h"#include "url.h"Go to the source code of this file.
Data Structures | |
| struct | TCPContext |
Functions | |
| static int | tcp_open (URLContext *h, const char *uri, int flags) |
| static int | tcp_read (URLContext *h, uint8_t *buf, int size) |
| static int | tcp_write (URLContext *h, const uint8_t *buf, int size) |
| static int | tcp_shutdown (URLContext *h, int flags) |
| static int | tcp_close (URLContext *h) |
| static int | tcp_get_file_handle (URLContext *h) |
Variables | |
| URLProtocol | ff_tcp_protocol |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| URLProtocol ff_tcp_protocol |
1.8.1.2