|
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 42 of file avtextwriters.h.
| const AVClass* AVTextWriterContext::class |
class of the writer
Definition at line 43 of file avtextwriters.h.
Referenced by avtextwriter_context_open().
| const AVTextWriter* AVTextWriterContext::writer |
Definition at line 44 of file avtextwriters.h.
Referenced by avtextwriter_context_close(), avtextwriter_context_open(), writer_printf(), writer_put_str(), writer_w8(), and writercontext_get_writer_name().
| const char* AVTextWriterContext::name |
Definition at line 45 of file avtextwriters.h.
| void* AVTextWriterContext::priv |
private data for use by the writer
Definition at line 46 of file avtextwriters.h.
Referenced by avtextwriter_context_close(), avtextwriter_context_open(), buffer_put_str(), buffer_vprintf(), buffer_w8(), io_put_str(), io_vprintf(), io_w8(), and iowriter_uninit().
1.8.17