#include <libmythtv/io/mythavformatbuffer.h>
|
| static int | read_packet (void *opaque, uint8_t *buf, int buf_size) |
| |
| static int | write_packet (void *opaque, const uint8_t *buf, int buf_size) |
| |
| static int64_t | seek (void *opaque, int64_t offset, int whence) |
| |
Definition at line 12 of file mythavformatbuffer.h.
◆ MythAVFormatBuffer()
| MythAVFormatBuffer::MythAVFormatBuffer |
( |
MythMediaBuffer * |
Buffer, |
|
|
bool |
write_flag, |
|
|
bool |
force_seek |
|
) |
| |
◆ ~MythAVFormatBuffer()
| MythAVFormatBuffer::~MythAVFormatBuffer |
( |
| ) |
|
◆ alloc_context()
| AVIOContext * MythAVFormatBuffer::alloc_context |
( |
bool |
write_flag, |
|
|
bool |
force_seek |
|
) |
| |
|
private |
◆ getAVIOContext()
| AVIOContext * MythAVFormatBuffer::getAVIOContext |
( |
| ) |
|
|
inline |
◆ IsInInit()
| bool MythAVFormatBuffer::IsInInit |
( |
void |
| ) |
const |
◆ read_packet()
| int MythAVFormatBuffer::read_packet |
( |
void * |
opaque, |
|
|
uint8_t * |
buf, |
|
|
int |
buf_size |
|
) |
| |
|
staticprivate |
◆ seek()
| int64_t MythAVFormatBuffer::seek |
( |
void * |
opaque, |
|
|
int64_t |
offset, |
|
|
int |
whence |
|
) |
| |
|
staticprivate |
◆ SetInInit()
| void MythAVFormatBuffer::SetInInit |
( |
bool |
State | ) |
|
◆ write_packet()
| int MythAVFormatBuffer::write_packet |
( |
void * |
opaque, |
|
|
const uint8_t * |
buf, |
|
|
int |
buf_size |
|
) |
| |
|
staticprivate |
◆ m_avioContext
| AVIOContext* MythAVFormatBuffer::m_avioContext { nullptr } |
|
private |
◆ m_buffer
◆ m_initState
| bool MythAVFormatBuffer::m_initState { true } |
|
private |
The documentation for this class was generated from the following files: