FFmpeg
|
#include <avtextwriters.h>
Data Fields | |
const AVClass * | class |
class of the writer More... | |
const AVTextWriter * | writer |
const char * | name |
void * | priv |
private data for use by the writer More... | |
Definition at line 47 of file avtextwriters.h.
const AVClass* AVTextWriterContext::class |
class of the writer
Definition at line 48 of file avtextwriters.h.
Referenced by avtextwriter_context_open().
const AVTextWriter* AVTextWriterContext::writer |
Definition at line 49 of file avtextwriters.h.
Referenced by avtextwriter_context_close(), avtextwriter_context_open(), and writercontext_get_writer_name().
const char* AVTextWriterContext::name |
Definition at line 50 of file avtextwriters.h.
void* AVTextWriterContext::priv |
private data for use by the writer
Definition at line 51 of file avtextwriters.h.
Referenced by avtextwriter_context_close(), avtextwriter_context_open(), buffer_printf(), buffer_put_str(), buffer_w8(), io_printf(), io_put_str(), io_w8(), and iowriter_uninit().