#include <avio.h>
Definition at line 32 of file avio.h.
Public Attributes | |
| 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 | |
| char | filename [1] |
| specified filename | |
struct URLProtocol* URLContext::prot [read] |
Definition at line 33 of file avio.h.
Referenced by AvFormatDecoder::InitByteContext(), is_mms(), url_close(), url_open(), url_read(), url_seek(), and url_write().
Definition at line 34 of file avio.h.
Referenced by http_connect(), AvFormatDecoder::InitByteContext(), 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 35 of file avio.h.
Referenced by http_open(), http_seek(), AvFormatDecoder::InitByteContext(), 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 36 of file avio.h.
Referenced by AvFormatDecoder::InitByteContext(), rtp_open(), udp_open(), url_get_max_packet_size(), url_open(), and url_write().
| void* URLContext::priv_data |
Definition at line 37 of file avio.h.
Referenced by AVF_Read(), AVF_Seek(), AVF_Write(), 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(), AvFormatDecoder::InitByteContext(), 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 39 of file avio.h.
Referenced by url_get_filename(), and url_open().
| char URLContext::filename[1] |
1.5.5