URLProtocol Struct Reference

#include <avio.h>

List of all members.


Detailed Description

Definition at line 96 of file 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 URLProtocolnext

Member Data Documentation

const char* URLProtocol::name

Definition at line 97 of file avio.h.

Referenced by url_open().

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

Referenced by url_open().

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

Referenced by url_read().

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

Referenced by url_write().

Referenced by url_seek().

Referenced by url_close().

Definition at line 103 of file avio.h.

Referenced by register_protocol(), and url_open().


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

Generated on Sat Dec 18 05:16:13 2010 for MythTV by  doxygen 1.5.5