#include <avio.h>
Data Fields | |
const AVClass * | av_class |
information for av_log(). Set by url_open(). | |
struct URLProtocol * | prot |
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 |
AVIOInterruptCB | interrupt_callback |
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*.
Definition at line 142 of file avio.h.
const AVClass* URLContext::av_class |
information for av_log(). Set by url_open().
Definition at line 143 of file avio.h.
Referenced by url_alloc_for_protocol().
char* URLContext::filename |
specified URL
Definition at line 149 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 145 of file avio.h.
Referenced by do_tls_poll(), ffio_fdopen(), ffurl_connect(), ffurl_read(), ffurl_read_complete(), ffurl_write(), http_close(), http_connect(), retry_transfer_wrapper(), tcp_read(), tcp_write(), udp_close(), udp_open(), udp_read(), udp_write(), and url_alloc_for_protocol().
Definition at line 151 of file avio.h.
Referenced by applehttp_read(), cache_open(), concat_open(), crypto_open(), do_tls_poll(), gopher_open(), http_open_cnx(), md5_close(), mms_open(), mmsh_open_internal(), parse_playlist(), retry_transfer_wrapper(), rtmp_open(), rtp_open(), rtp_read(), tcp_open(), tls_open(), and url_alloc_for_protocol().
true if streamed (no seek possible), default = false
Definition at line 146 of file avio.h.
Referenced by applehttp_open(), crypto_open(), ffio_fdopen(), ffurl_connect(), gopher_open(), http_open(), http_seek(), mms_open(), mmsh_open_internal(), process_line(), rtmp_open(), rtp_open(), tcp_open(), udp_open(), and url_alloc_for_protocol().
if non zero, the stream is packetized with this max packet size
Definition at line 147 of file avio.h.
Referenced by ffio_fdopen(), ffurl_write(), http_prepare_data(), rtmp_open(), rtp_new_av_stream(), rtp_open(), sap_write_header(), udp_open(), url_alloc_for_protocol(), and url_get_max_packet_size().
void* URLContext::priv_data |
Definition at line 148 of file avio.h.
Referenced by applehttp_close(), applehttp_open(), applehttp_read(), cache_close(), cache_open(), cache_read(), cache_seek(), concat_close(), concat_open(), concat_read(), concat_seek(), crypto_close(), crypto_open(), crypto_read(), do_tls_poll(), ff_http_init_auth_state(), ff_rtp_get_local_rtcp_port(), ff_rtp_get_local_rtp_port(), ff_rtp_get_rtcp_file_handle(), ff_rtp_set_remote_url(), ff_udp_get_local_port(), ff_udp_set_remote_url(), ffurl_close(), file_get_handle(), file_read(), file_write(), get_packet(), gopher_close(), gopher_open(), gopher_read(), gopher_write(), http_buf_read(), http_close(), http_connect(), http_get_file_handle(), http_open(), http_open_cnx(), http_read(), http_seek(), http_write(), md5_close(), md5_open(), md5_write(), mms_close(), mms_open(), mms_read(), mmsh_close(), mmsh_open_internal(), mmsh_read(), mmsh_read_seek(), mmsh_seek(), open_input(), parse_playlist(), process_line(), rtmp_close(), rtmp_get_file_handle(), rtmp_open(), rtmp_read(), rtmp_read_pause(), rtmp_read_seek(), rtmp_write(), rtp_close(), rtp_get_file_handle(), rtp_open(), rtp_read(), rtp_write(), tcp_close(), tcp_get_file_handle(), tcp_open(), tcp_read(), tcp_write(), tls_close(), tls_open(), tls_read(), tls_write(), udp_close(), udp_get_file_handle(), udp_open(), udp_read(), udp_write(), url_alloc_for_protocol(), and urlcontext_child_next().
struct URLProtocol* URLContext::prot [read] |
Definition at line 144 of file avio.h.
Referenced by av_url_read_pause(), av_url_read_seek(), avio_check(), ffio_fdopen(), ffurl_close(), ffurl_connect(), ffurl_get_file_handle(), ffurl_read(), ffurl_read_complete(), ffurl_seek(), ffurl_write(), url_alloc_for_protocol(), urlcontext_child_next(), and urlcontext_to_name().