URLContext Struct Reference

URL Context. More...

#include <avio.h>


Data Fields

struct URLProtocolprot
int flags
int is_streamed
 true if streamed (no seek possible), default = false
int max_packet_size
 if non zero, the stream is packetized with this max packet size
void * priv_data
char * filename
 specified URL
int is_connected


Detailed Description

URL Context.

New fields can be added to the end with minor version bumps. Removal, reordering and changes to existing fields require a major version bump. sizeof(URLContext) must not be used outside libav*.

Deprecated:
This struct will be made private

Definition at line 103 of file avio.h.


Field Documentation

specified URL

Definition at line 112 of file avio.h.

Referenced by ffurl_connect(), file_check(), md5_close(), rtmp_open(), url_alloc_for_protocol(), and url_get_filename().

Definition at line 113 of file avio.h.

Referenced by ffurl_close(), and ffurl_connect().

if non zero, the stream is packetized with this max packet size

Definition at line 110 of file avio.h.

Referenced by ffio_fdopen(), ffurl_write(), rtmp_open(), rtp_open(), sap_write_header(), udp_open(), url_alloc_for_protocol(), and url_get_max_packet_size().

struct URLProtocol* URLContext::prot [read]


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