URLContext

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

av_class
AVClass* av_class;

< information for av_log(). Set by url_open().

filename
char* filename;

< specified URL

flags
int flags;
Undocumented in source.
interrupt_callback
AVIOInterruptCB interrupt_callback;
Undocumented in source.
is_connected
int is_connected;
Undocumented in source.
is_streamed
int is_streamed;

< true if streamed (no seek possible), default = false

max_packet_size
int max_packet_size;

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

priv_data
void* priv_data;
Undocumented in source.
prot
URLProtocol* prot;
Undocumented in source.
protocol_whitelist
char* protocol_whitelist;
Undocumented in source.
rw_timeout
int64_t rw_timeout;

< maximum time to wait for (network) read/write operation completion, in mcs

Meta