#include <avio.h>
Public Attributes | |
| 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 |
| int | must_flush |
| int | eof_reached |
| int | write_flag |
| 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 |
Definition at line 68 of file avio.h.
| unsigned char* ByteIOContext::buffer |
| unsigned char* ByteIOContext::buf_ptr |
| unsigned char * ByteIOContext::buf_end |
| void* ByteIOContext::opaque |
| int(* ByteIOContext::read_packet)(void *opaque, uint8_t *buf, int buf_size) |
| int(* ByteIOContext::write_packet)(void *opaque, uint8_t *buf, int buf_size) |
| offset_t(* ByteIOContext::seek)(void *opaque, offset_t offset, int whence) |
| unsigned long ByteIOContext::checksum |
| unsigned char* ByteIOContext::checksum_ptr |
| unsigned long(* ByteIOContext::update_checksum)(unsigned long checksum, const uint8_t *buf, unsigned int size) |
1.5.6