Go to the source code of this file.
Classes | |
| class | AVFRingBuffer |
Functions | |
| int | AVF_Write_Packet (void *opaque, uint8_t *buf, int buf_size) |
| int | AVF_Read_Packet (void *opaque, uint8_t *buf, int buf_size) |
| int64_t | AVF_Seek_Packet (void *opaque, int64_t offset, int whence) |
Variables | |
| URLProtocol | AVF_RingBuffer_Protocol |
| int AVF_Write_Packet | ( | void * | opaque, | |
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) |
Definition at line 72 of file avfringbuffer.cpp.
Referenced by AvFormatDecoder::InitByteContext().
| int AVF_Read_Packet | ( | void * | opaque, | |
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) |
Definition at line 80 of file avfringbuffer.cpp.
Referenced by AvFormatDecoder::InitByteContext().
Definition at line 88 of file avfringbuffer.cpp.
Referenced by AvFormatDecoder::InitByteContext().
| URLProtocol AVF_RingBuffer_Protocol |
Definition at line 54 of file avfringbuffer.cpp.
Referenced by AvFormatDecoder::InitByteContext(), and AVFormatWriter::OpenFile().
1.6.3