Data Fields

URLProtocol_compat Struct Reference

Data Fields

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)
int64_t(* url_seek )(URLContext *h, int64_t pos, int whence)
int(* url_close )(URLContext *h)
struct URLProtocolnext

Detailed Description

Definition at line 90 of file avio.c.


Field Documentation

Definition at line 91 of file avio.c.

Definition at line 97 of file avio.c.

Definition at line 96 of file avio.c.

int(* URLProtocol_compat::url_open)(URLContext *h, const char *filename, int flags)

Definition at line 92 of file avio.c.

int(* URLProtocol_compat::url_read)(URLContext *h, unsigned char *buf, int size)

Definition at line 93 of file avio.c.

int64_t(* URLProtocol_compat::url_seek)(URLContext *h, int64_t pos, int whence)

Definition at line 95 of file avio.c.

int(* URLProtocol_compat::url_write)(URLContext *h, unsigned char *buf, int size)

Definition at line 94 of file avio.c.


The documentation for this struct was generated from the following file: