FFmpeg
Public Attributes | List of all members
URLContext Struct Reference

Public Attributes

const AVClassav_class
 information for av_log(). More...
 
const struct URLProtocolprot
 
void * priv_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
 
int64_t rw_timeout
 maximum time to wait for (network) read/write operation completion, in mcs
 
const char * protocol_whitelist
 
const char * protocol_blacklist
 
int min_packet_size
 if non zero, the stream is packetized with this min packet size
 

Member Data Documentation

§ av_class

const AVClass* URLContext::av_class

information for av_log().

Set by url_open().


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