URLProtocol Struct Reference

#include <avio.h>


Data Fields

const char * name
int(* url_open )(URLContext *h, const char *url, int flags)
int(* url_read )(URLContext *h, unsigned char *buf, int size)
int(* url_write )(URLContext *h, const unsigned char *buf, int size)
int64_t(* url_seek )(URLContext *h, int64_t pos, int whence)
int(* url_close )(URLContext *h)
struct URLProtocolnext
int(* url_read_pause )(URLContext *h, int pause)
int64_t(* url_read_seek )(URLContext *h, int stream_index, int64_t timestamp, int flags)
int(* url_get_file_handle )(URLContext *h)
int priv_data_size
const AVClasspriv_data_class
int flags


Detailed Description

Definition at line 286 of file avio.h.


Field Documentation

const char* URLProtocol::name

Definition at line 287 of file avio.h.

Referenced by show_protocols(), url_alloc(), and url_connect().

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

Referenced by url_connect().

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

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

Referenced by show_protocols(), and url_write().

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

Referenced by show_protocols(), and url_seek().

Referenced by url_close().

Definition at line 293 of file avio.h.

Referenced by av_protocol_next(), av_register_protocol2(), and url_alloc().

int(* URLProtocol::url_read_pause)(URLContext *h, int pause)

Referenced by av_url_read_pause(), and url_fdopen().

int64_t(* URLProtocol::url_read_seek)(URLContext *h, int stream_index, int64_t timestamp, int flags)

Referenced by av_url_read_seek(), and url_fdopen().

Referenced by url_get_file_handle().

Definition at line 298 of file avio.h.

Referenced by url_alloc_for_protocol(), and url_close().

Definition at line 299 of file avio.h.

Referenced by url_alloc_for_protocol().

Definition at line 300 of file avio.h.

Referenced by url_alloc().


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

Generated on Mon May 2 19:50:39 2011 for FFmpeg by  doxygen 1.5.6