URLProtocol Struct Reference

#include <avio.h>

List of all members.

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 URLProtocolnext


Detailed Description

Definition at line 53 of file avio.h.


Member Data Documentation

const char* URLProtocol::name

Definition at line 54 of file avio.h.

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)

Definition at line 60 of file avio.h.


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

Generated on Sun May 25 00:21:18 2008 by  doxygen 1.5.6