#include <avio.h>
Data Fields | |
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 filename |
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 44 of file avio.h.
char* URLContext::filename |
specified filename
Definition at line 53 of file avio.h.
Referenced by url_get_filename(), and url_open_protocol().
Definition at line 49 of file avio.h.
Referenced by http_connect(), udp_close(), udp_open(), url_fdopen(), url_open_protocol(), url_read(), url_resetbuf(), and url_write().
true if streamed (no seek possible), default = false
Definition at line 50 of file avio.h.
Referenced by gopher_open(), http_open(), http_seek(), pipe_open(), process_line(), rtp_open(), tcp_open(), udp_open(), url_fdopen(), and url_open_protocol().
if non zero, the stream is packetized with this max packet size
Definition at line 51 of file avio.h.
Referenced by rtp_open(), udp_open(), url_get_max_packet_size(), url_open_protocol(), and url_write().
void* URLContext::priv_data |
Definition at line 52 of file avio.h.
Referenced by file_close(), file_open(), file_read(), file_seek(), file_write(), gopher_close(), gopher_open(), gopher_read(), gopher_write(), http_close(), http_connect(), http_open(), http_open_cnx(), http_read(), http_seek(), http_write(), pipe_open(), process_line(), rtp_close(), rtp_get_file_handles(), rtp_get_local_port(), rtp_open(), rtp_read(), rtp_set_remote_url(), rtp_write(), tcp_close(), tcp_open(), tcp_read(), tcp_write(), udp_close(), udp_get_file_handle(), udp_get_local_port(), udp_open(), udp_read(), udp_set_remote_url(), and udp_write().
struct URLProtocol* URLContext::prot [read] |
Definition at line 48 of file avio.h.
Referenced by av_url_read_pause(), av_url_read_seek(), url_close(), url_fdopen(), url_open_protocol(), url_read(), url_seek(), and url_write().