URLContext Struct Reference

#include <url.h>

Data Fields

const AVClassav_class
 information for av_log().
struct URLProtocolprot
voidpriv_data
char * filename
 specified URL
int flags
int max_packet_size
 if non zero, the stream is packetized with this max packet size
int is_streamed
 true if streamed (no seek possible), default = false
int is_connected
AVIOInterruptCB interrupt_callback

Detailed Description

Definition at line 42 of file url.h.

Field Documentation

const AVClass* URLContext::av_class

information for av_log().

Set by url_open().

Definition at line 43 of file url.h.

Referenced by url_alloc_for_protocol().

char* URLContext::filename

specified URL

Definition at line 46 of file url.h.

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

int URLContext::is_connected

Definition at line 50 of file url.h.

Referenced by ffurl_close(), and ffurl_connect().

int URLContext::is_streamed
int URLContext::max_packet_size

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

Definition at line 48 of file url.h.

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


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