Data Fields | |
vbi_export_class * | _class |
char * | errstr |
char * | name |
char * | network |
char * | creator |
vbi_bool | reveal |
Structure representing an export module instance, part of the private export module interface.
Export modules can read, but do not normally write its fields, as they are maintained by the public libzvbi export functions.
Points back to export module description.
char* vbi_export::errstr |
Frontend private.
char* vbi_export::name |
Name of the file we are writing, NULL
if none (may be an anonymous FILE though).
char* vbi_export::network |
Generic option: Network name or NULL
.
char* vbi_export::creator |
Generic option: Creator name [by default "libzvbi"] or NULL
.
vbi_bool vbi_export::reveal |
Generic option: Reveal hidden characters.