Bytestream IO Context. More...
#include <avio.h>
Bytestream IO Context.
New public fields can be added with minor version bumps. Removal, reordering and changes to existing public fields require a major version bump. sizeof(AVIOContext) must not be used outside libav*.
A class for private options.
If this AVIOContext is created by avio_open2(), av_class is set and passes the options down to protocols.
If this AVIOContext is manually allocated, then av_class may be set by the caller.
warning – this field can be NULL, be sure to not pass this AVIOContext to any av_opt_* functions in that case.
Definition at line 175 of file avio.h.
Referenced by av_probe_input_buffer2().
Start of the buffer.
Definition at line 227 of file avio.h.
Referenced by asf_write_trailer(), close_demux_for_component(), ff_wms_parse_sdp_a_line(), free_playlist_list(), free_representation(), hls_read_header(), LLVMFuzzerTestOneInput(), main(), and wtvfile_close().
Current position in the buffer.
Definition at line 229 of file avio.h.
Referenced by asf_write_trailer(), hls_read_header(), mxf_write_content_storage(), mxf_write_identification(), mxf_write_multi_descriptor(), mxf_write_package(), mxf_write_preface(), mxf_write_sequence(), mxf_write_structural_component(), mxf_write_tape_descriptor(), mxf_write_track(), and read_gab2_sub().
End of the data, may be less than buffer+buffer_size if the read function returned less data than requested, e.g.
for streams where no more data has been received yet.
Definition at line 230 of file avio.h.
Referenced by hls_read_header(), init_packetizer(), and read_gab2_sub().
A private pointer, passed to the read/write/seek/...
functions.
Definition at line 234 of file avio.h.
Referenced by wtvfile_close().
Definition at line 237 of file avio.h.
Referenced by ffio_open_null_buf().
position in the file of the current buffer
Definition at line 239 of file avio.h.
Referenced by asfrtp_parse_packet(), hls_read_header(), init_packetizer(), and read_header().
true if was unable to read due to error or eof
Definition at line 240 of file avio.h.
Referenced by amf_skip_tag(), ape_read_header(), asf_read_packet(), asfrtp_parse_packet(), decode_frame_header(), decode_main_header(), ebml_read_num(), ff_mov_read_chan(), ff_mov_read_stsd_entries(), ff_read_riff_info(), get_line(), get_str(), gxf_packet(), hls_read_header(), hnm_read_packet(), mov_metadata_hmmt(), mov_parse_auxiliary_info(), mov_read_chap(), mov_read_ctts(), mov_read_elst(), mov_read_pssh(), mov_read_saio(), mov_read_sample_encryption_info(), mov_read_sbgp(), mov_read_sdtp(), mov_read_senc(), mov_read_sgpd(), mov_read_stco(), mov_read_stps(), mov_read_stsc(), mov_read_stss(), mov_read_stts(), mov_read_trun(), parse_multipart_header(), read_thread(), recheck_discard_flags(), skip_reserved(), and xwma_read_header().
contains the error code or 0 if no error happened
Definition at line 241 of file avio.h.
Referenced by asf_get_packet(), avi_sync(), cin_read_frame_header(), ebml_read_num(), end_ebml_master_crc32_tentatively(), film_write_header(), film_write_packet(), gdv_read_packet(), get_line(), mkv_assemble_codecprivate(), mkv_assemble_cues(), mkv_write_tag(), mov_read_dfla(), read_kuki_chunk(), read_thread(), and wtvfile_read_packet().
A combination of AVIO_SEEKABLE_ flags or 0 when the stream is not seekable.
Definition at line 263 of file avio.h.
Referenced by aiff_read_header(), amf_parse_object(), ape_read_header(), apng_write_trailer(), asf_read_data(), asf_read_header(), asf_write_header1(), avi_read_header(), avi_write_header(), avi_write_idx1(), avi_write_ix(), avi_write_packet(), avi_write_packet_internal(), avi_write_trailer(), caf_write_header(), caf_write_trailer(), cine_read_seek(), dsf_read_header(), dtshd_read_header(), estimate_timings(), flac_write_trailer(), flv_write_header(), gxf_write_header(), ico_write_header(), ivf_write_trailer(), mov_parse_auxiliary_info(), mov_read_default(), mov_read_header(), mov_read_moof(), mov_read_sidx(), mpc8_read_header(), mv_read_packet(), mv_read_seek(), mxf_parse_handle_essence(), nut_read_header(), ogg_read_page(), read_header(), read_seek(), reopen_demux_for_component(), rm_read_header(), rsd_read_header(), seek_back(), seg_init(), seg_write_header(), segment_start(), sga_read_header(), smjpeg_write_trailer(), tak_read_header(), webm_chunk_init(), wsaud_write_init(), wv_read_block_header(), and wv_write_trailer().
avio_read and avio_write should if possible be satisfied directly instead of going through a buffer, and avio_seek will always call the underlying seek function directly.
Definition at line 270 of file avio.h.
Referenced by mkv_write_packet_internal().
A callback that is used instead of write_packet.
Definition at line 285 of file avio.h.
Referenced by init_fps().
Read-only statistic of bytes read for this AVIOContext.
Read-only statistic of bytes written for this AVIOContext.