
Go to the source code of this file.
Functions | |
| const VOLK_Codec * | VOLK_codec_from_fmt (const char *fmt) |
| Get a codec by its format string. | |
| VOLK_rc | VOLK_codec_decode_str (const char *data, const char *fmt, VOLK_Graph *gr) |
| Populate a graph from a RDF string. | |
| VOLK_rc | VOLK_codec_decode_file (FILE *fh, const char *fmt, VOLK_Graph *gr) |
| Populate a graph from a RDF file handle. | |