|
FDL Core Library
ASC Framing Decision List — C/C++ Reference Implementation
|
Result of applying a canvas template. More...
#include <fdl_core.h>
Data Fields | |
| fdl_doc_t * | output_fdl |
| Output FDL (caller owns, free with fdl_doc_free or fdl_template_result_free) | |
| const char * | context_label |
| Label of the new context (caller frees with fdl_free) | |
| const char * | canvas_id |
| ID of the new canvas (caller frees with fdl_free) | |
| const char * | framing_decision_id |
| ID of the new framing decision (caller frees with fdl_free) | |
| const char * | error |
| Error message on failure (free with fdl_free) | |
Result of applying a canvas template.