Go to the source code of this file.
Functions | |
| int | AVF_Open (URLContext *h, const char *filename, int flags) |
| int | AVF_Read (URLContext *h, uint8_t *buf, int buf_size) |
| int | AVF_Write (URLContext *h, uint8_t *buf, int buf_size) |
| offset_t | AVF_Seek (URLContext *h, offset_t offset, int whence) |
| int | AVF_Close (URLContext *h) |
| int | AVF_Write_Packet (void *opaque, uint8_t *buf, int buf_size) |
| int | AVF_Read_Packet (void *opaque, uint8_t *buf, int buf_size) |
| offset_t | AVF_Seek_Packet (void *opaque, int64_t offset, int whence) |
Variables | |
| URLProtocol | AVF_RingBuffer_Protocol |
| int AVF_Open | ( | URLContext * | h, | |
| const char * | filename, | |||
| int | flags | |||
| ) |
Definition at line 3 of file avfringbuffer.cpp.
| int AVF_Read | ( | URLContext * | h, | |
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) |
Definition at line 11 of file avfringbuffer.cpp.
| int AVF_Write | ( | URLContext * | h, | |
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) |
Definition at line 18 of file avfringbuffer.cpp.
| offset_t AVF_Seek | ( | URLContext * | h, | |
| offset_t | offset, | |||
| int | whence | |||
| ) |
Definition at line 25 of file avfringbuffer.cpp.
| int AVF_Close | ( | URLContext * | h | ) |
Definition at line 38 of file avfringbuffer.cpp.
| int AVF_Write_Packet | ( | void * | opaque, | |
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) |
| int AVF_Read_Packet | ( | void * | opaque, | |
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) |
Initial value:
Definition at line 44 of file avfringbuffer.cpp.
Referenced by AvFormatDecoder::InitByteContext().
1.5.5