#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 39 of file avio.h.
struct URLProtocol* URLContext::prot [read] |
Definition at line 40 of file avio.h.
Referenced by av_url_read_pause(), av_url_read_seek(), decode_thread(), url_close(), url_fdopen(), url_open(), url_read(), url_seek(), and url_write().
Definition at line 41 of file avio.h.
Referenced by http_connect(), udp_close(), udp_open(), url_fdopen(), url_open(), url_read(), url_resetbuf(), and url_write().
true if streamed (no seek possible), default = false
Definition at line 42 of file avio.h.
Referenced by http_open(), http_seek(), pipe_open(), process_line(), rtp_open(), udp_open(), url_fdopen(), and url_open().
if non zero, the stream is packetized with this max packet size
Definition at line 43 of file avio.h.
Referenced by rtp_open(), udp_open(), url_get_max_packet_size(), url_open(), and url_write().
void* URLContext::priv_data |
Definition at line 44 of file avio.h.
Referenced by file_close(), file_open(), file_read(), file_seek(), file_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().
char* URLContext::filename |
specified filename
Definition at line 45 of file avio.h.
Referenced by url_get_filename(), and url_open().