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.

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

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

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

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


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

Generated on Fri Oct 26 02:38:25 2012 for FFmpeg by  doxygen 1.5.8