ByteIOContext Struct Reference

Bytestream IO Context. More...

#include <avio.h>


Data Fields

unsigned char * buffer
int buffer_size
unsigned char * buf_ptr
unsigned char * buf_end
void * opaque
int(* read_packet )(void *opaque, uint8_t *buf, int buf_size)
int(* write_packet )(void *opaque, uint8_t *buf, int buf_size)
offset_t(* seek )(void *opaque, offset_t offset, int whence)
offset_t pos
 position in the file of the current buffer
int must_flush
 true if the next seek should flush
int eof_reached
 true if eof reached
int write_flag
 true if open for writing
int is_streamed
int max_packet_size
unsigned long checksum
unsigned char * checksum_ptr
unsigned long(* update_checksum )(unsigned long checksum, const uint8_t *buf, unsigned int size)
int error
 contains the error code or 0 if no error happened
int(* read_pause )(void *opaque, int pause)
offset_t(* read_seek )(void *opaque, int stream_index, int64_t timestamp, int flags)


Detailed Description

Bytestream IO Context.

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(ByteIOContext) must not be used outside libav*.

Definition at line 153 of file avio.h.


Field Documentation

unsigned char* ByteIOContext::buffer

Definition at line 155 of file avio.h.

Referenced by fill_buffer(), get_buffer(), init_put_byte(), url_resetbuf(), and url_setbufsize().

unsigned char* ByteIOContext::buf_ptr

unsigned char * ByteIOContext::buf_end

int(* ByteIOContext::read_packet)(void *opaque, uint8_t *buf, int buf_size)

int(* ByteIOContext::write_packet)(void *opaque, uint8_t *buf, int buf_size)

Referenced by flush_buffer(), and init_put_byte().

position in the file of the current buffer

Definition at line 161 of file avio.h.

Referenced by av_url_read_fseek(), ffm_read_packet(), fill_buffer(), flush_buffer(), get_buffer(), init_put_byte(), url_fseek(), and url_fsize().

true if the next seek should flush

Definition at line 162 of file avio.h.

Referenced by init_put_byte(), put_flush_packet(), and url_fseek().

true if eof reached

Definition at line 163 of file avio.h.

Referenced by decode_thread(), fill_buffer(), get_buffer(), init_put_byte(), url_feof(), and url_fseek().

true if open for writing

Definition at line 164 of file avio.h.

Referenced by url_fseek(), url_resetbuf(), and url_setbufsize().

Definition at line 166 of file avio.h.

Referenced by init_put_byte(), and url_fget_max_packet_size().

unsigned long ByteIOContext::checksum

Definition at line 167 of file avio.h.

Referenced by fill_buffer(), flush_buffer(), get_checksum(), and init_checksum().

Definition at line 168 of file avio.h.

Referenced by fill_buffer(), flush_buffer(), get_checksum(), and init_checksum().

unsigned long(* ByteIOContext::update_checksum)(unsigned long checksum, const uint8_t *buf, unsigned int size)

contains the error code or 0 if no error happened

Definition at line 170 of file avio.h.

Referenced by fill_buffer(), flush_buffer(), get_buffer(), init_put_byte(), and url_ferror().

int(* ByteIOContext::read_pause)(void *opaque, int pause)

offset_t(* ByteIOContext::read_seek)(void *opaque, int stream_index, int64_t timestamp, int flags)

Referenced by av_url_read_fseek(), and init_put_byte().


The documentation for this struct was generated from the following file:

Generated on Wed Feb 9 19:10:14 2011 for ffmpeg by  doxygen 1.5.6