#include <avio.h>
Public Attributes | |
| const char * | name |
| int(* | url_open )(URLContext *h, const char *filename, int flags) |
| int(* | url_read )(URLContext *h, unsigned char *buf, int size) |
| int(* | url_write )(URLContext *h, unsigned char *buf, int size) |
| offset_t(* | url_seek )(URLContext *h, offset_t pos, int whence) |
| int(* | url_close )(URLContext *h) |
| struct URLProtocol * | next |
Definition at line 53 of file avio.h.
| const char* URLProtocol::name |
| int(* URLProtocol::url_open)(URLContext *h, const char *filename, int flags) |
| int(* URLProtocol::url_read)(URLContext *h, unsigned char *buf, int size) |
| int(* URLProtocol::url_write)(URLContext *h, unsigned char *buf, int size) |
| offset_t(* URLProtocol::url_seek)(URLContext *h, offset_t pos, int whence) |
| int(* URLProtocol::url_close)(URLContext *h) |
struct URLProtocol* URLProtocol::next [read] |
1.5.6